]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/config.h
Override MSWTranslateMessage for wxActiveXContainer. Calling IOleInPlaceActiveObject...
[wxWidgets.git] / include / wx / config.h
index ddbbbe2f47f508ce4a45387a4ca9cadd00810efd..97d28248a39022455c44d2717dc43e18e885d462 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        config.h
+// Name:        wx/config.h
 // Purpose:     wxConfig base header
 // Author:      Julian Smart
 // Modified by:
 #ifndef _WX_CONFIG_H_BASE_
 #define _WX_CONFIG_H_BASE_
 
-#include "wx/defs.h"
 #include "wx/confbase.h"
 
+#if wxUSE_CONFIG
+
 // ----------------------------------------------------------------------------
 // define the native wxConfigBase implementation
 // ----------------------------------------------------------------------------
@@ -35,4 +36,6 @@
     #define wxConfig wxFileConfig
 #endif
 
+#endif // wxUSE_CONFIG
+
 #endif // _WX_CONFIG_H_BASE_