From: Ron Lee Date: Thu, 20 Dec 2001 13:21:12 +0000 (+0000) Subject: added missing DYNLIB_CLASS define. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b4a5319e83c7f4f3cb59034c9136a7cd720a6bd5 added missing DYNLIB_CLASS define. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 2a38bafe02..a6c710dba0 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -359,6 +359,8 @@ // Recommended setting: 1 #define wxUSE_DYNAMIC_LOADER 1 +#define wxUSE_DYNLIB_CLASS 0 + // Set to 1 to use socket classes #define wxUSE_SOCKETS 1