]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checkbox.cpp
don't test for WINVER inside the library, we do all the tests at run-time, not compil...
[wxWidgets.git] / src / msw / checkbox.cpp
index da41a256e0d6be5dce0b0f5bc8fc2d3d80c17441..b58d672d585f8882797d5e964b634a11ff28ac95 100644 (file)
@@ -457,7 +457,7 @@ bool wxCheckBox::MSWOnDraw(WXDRAWITEMSTRUCT *item)
     // to it without breaking backwards compatibility
 
     // classic Win32 version -- this can be useful when we move this into
-#if 0
+#ifdef __WXWINCE__
     UINT state = DFCS_BUTTONCHECK;
     if ( !IsEnabled() )
         state |= DFCS_INACTIVE;