]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/build.h
Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test.
[wxWidgets.git] / include / wx / build.h
index d3e60f1c3d0d0220a1b017753f561be5fe9dfca6..4d5b5421c4f18f320a3030cbb3ceec8f55fc7134 100644 (file)
 // ----------------------------------------------------------------------------
 
 // 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                                 \
     {                                                                   \