]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/build.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / build.h
index d3e60f1c3d0d0220a1b017753f561be5fe9dfca6..722f0dd031c8e52390eb16bace839102480671f9 100644 (file)
@@ -85,7 +85,7 @@
 #endif
 
 // deriving wxWin containers from STL ones changes them completely:
-#if wxUSE_STL
+#if wxUSE_STD_CONTAINERS
     #define __WX_BO_STL ",STL containers"
 #else
     #define __WX_BO_STL ",wx containers"
 // ----------------------------------------------------------------------------
 
 // Use this macro to check build options. Adding it to a file in DLL will
-// ensure that the DLL checks build options in same way IMPLEMENT_APP() does.
+// ensure that the DLL checks build options in same way wxIMPLEMENT_APP() does.
 #define WX_CHECK_BUILD_OPTIONS(libName)                                 \
     static struct wxBuildOptionsChecker                                 \
     {                                                                   \