]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing DYNLIB_CLASS define.
authorRon Lee <ron@debian.org>
Thu, 20 Dec 2001 13:21:12 +0000 (13:21 +0000)
committerRon Lee <ron@debian.org>
Thu, 20 Dec 2001 13:21:12 +0000 (13:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 2a38bafe029fe9f0f154630cc5486c820e9c9962..a6c710dba0a4d07ca8d8fc94e9cd6e619e3c839c 100644 (file)
 // Recommended setting: 1
 #define wxUSE_DYNAMIC_LOADER  1
 
+#define wxUSE_DYNLIB_CLASS    0
+
 // Set to 1 to use socket classes
 #define wxUSE_SOCKETS       1