]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup.h
Various changes for 16-bit compilation
[wxWidgets.git] / include / wx / msw / setup.h
index 77e16498019366e844c08976c646dfab38212693..3b84824403cb6043ea36815cc23301dba7a342b8 100644 (file)
                                   // but you can't mix them. Set to 1 for <iostream.h>,
                                   // 0 for <iostream>
 
+#define USE_WXCONFIG      1
+                                  // if enabled, compiles built-in OS independent wxConfig
+                                  // class and it's file (any platform) and registry (Win)
+                                  // based implementations
 /*
  * Finer detail
  *
  */
 
+#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