]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/libraries.h
allow passing temporary functors to Bind() too (closes #10653)
[wxWidgets.git] / include / wx / msw / wince / libraries.h
index fb3699064333d4a4af2a1fc8d8b11de689be6f98..efda4d697bd39bee4562141e814d4a7cec38dce3 100644 (file)
@@ -32,7 +32,7 @@
 
 // this library is only available for PocketPC targets using recent SDK and is
 // needed for RTTI support
-#if (_WIN32_WCE >= 400) && !defined(__WINCE_NET__) !defined(wxNO_RTTI)
+#if (_WIN32_WCE >= 400) && !defined(__WINCE_NET__) && !defined(wxNO_RTTI)
     #pragma comment(lib,"ccrtrtti.lib")
 #endif