]> git.saurik.com Git - wxWidgets.git/commitdiff
option USE_WXCONFIG (default value: 1) added which enables compilation of
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 May 1998 23:20:27 +0000 (23:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 May 1998 23:20:27 +0000 (23:20 +0000)
wxConfig

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup.h

index 77e16498019366e844c08976c646dfab38212693..700721375835954fb1b47fbe10dab8e21532f1c1 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
  *