]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup.h
constraints handling for the notebook pages fixed
[wxWidgets.git] / include / wx / msw / setup.h
index 700721375835954fb1b47fbe10dab8e21532f1c1..634b36658ff3fd2bcdb49dba076404aa5038d06b 100644 (file)
                                   // NOW MANDATORY: don't change.
 #define USE_MEMORY_TRACING      1
                                   // If 1, enables debugging versions of wxObject::new and
-                                  // wxObject::delete *IF* DEBUG is also defined.
+                                  // wxObject::delete *IF* WXDEBUG is also defined.
                                   // WARNING: this code may not work with all architectures, especially
                                   // if alignment is an issue.
 #define USE_DEBUG_CONTEXT       1
                                   // If 1, enables wxDebugContext, for
                                   // writing error messages to file, etc. 
-                                  // If DEBUG is not defined, will still use
+                                  // If WXDEBUG is not defined, will still use
                                   // normal memory operators.
                                   // It's recommended to set this to 1,
                                   // since you may well need to output
  *
  */
 
+#define USE_APPLE_IEEE   1
+                               // if enabled, the float codec written by Apple
+                               // will be used to write, in a portable way,
+                               // float on the disk
+
 /*
  * Motif and XView
  *
 #define USE_PENWINDOWS 0
                                     // Set to 1 to use PenWindows
 
-#define USE_OWNER_DRAWN             1
+#define USE_OWNER_DRAWN             0
                                     // Owner-drawn menus and listboxes
 
 #define USE_NATIVE_STATUSBAR        1