// 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