// including libraries in project files.
#if defined(__VISUALC__) && defined(__WXWINCE__)
-
-#if _WIN32_WCE >= 400
+#if (_WIN32_WCE >= 400) || defined(__POCKETPC__)
#pragma comment(lib,"commdlg.lib")
#endif
+#if (_WIN32_WCE >= 400) && !defined(wxNO_RTTI)
+ #pragma comment(lib,"ccrtrtti.lib")
+#endif
+
#if defined(__WINCE_STANDARDSDK__)
// DoDragDrop:
#pragma comment(lib,"olece400.lib")