From b4a5319e83c7f4f3cb59034c9136a7cd720a6bd5 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Thu, 20 Dec 2001 13:21:12 +0000 Subject: [PATCH] added missing DYNLIB_CLASS define. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.0