X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34dc0674f1a452be7d28979a118fd098afa68415..7bd30a12ade503fd135c686ecc98a6f6d5fecbeb:/include/wx/msw/wince/libraries.h diff --git a/include/wx/msw/wince/libraries.h b/include/wx/msw/wince/libraries.h index fb36990643..efda4d697b 100644 --- a/include/wx/msw/wince/libraries.h +++ b/include/wx/msw/wince/libraries.h @@ -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