]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/libraries.h
wxMSW: return correct value from wxMessageDialog::GetReturnCode().
[wxWidgets.git] / include / wx / msw / wince / libraries.h
index fb3699064333d4a4af2a1fc8d8b11de689be6f98..d05e604ca283bff11e0891829a1e81a64bde097b 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vaclav Slavik
 // Modified by:
 // Created:     2004-04-11
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -32,7 +31,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