]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing compile define.
authorRon Lee <ron@debian.org>
Sun, 23 Dec 2001 02:01:45 +0000 (02:01 +0000)
committerRon Lee <ron@debian.org>
Sun, 23 Dec 2001 02:01:45 +0000 (02:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/setup0.h

index 94c4d765c0a5726255aa4dab8ebd1fadda7edb2a..5ed88ccc0a6313858af952a3abaad87d6e710929 100644 (file)
 // Recommended setting: 1
 #define wxUSE_DYNLIB_CLASS  1
 
+// experimental extension, use with caution.
+#define wxUSE_DYNAMIC_LOADER  0
+
 // Set to 1 to use socket classes
 #define wxUSE_SOCKETS       1