]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/config/config.cpp
Allow use of report mode non-native wxListCtrl in wxListBook under Mac.
[wxWidgets.git] / tests / config / config.cpp
index dad0dd2a4b521102db8046ebab213a55c661a6db..005ae67d39a37e0b7bb34e06f600aa2af7984395 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "testprec.h"
 
+#if wxUSE_CONFIG
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
@@ -208,4 +210,4 @@ void ConfigTestCase::RecordingDefaultsTest()
     delete config;
 }
 
-
+#endif //wxUSE_CONFIG