]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/libraries.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / wince / libraries.h
index b03e41a9ba6d20dae4b030389a9ba74835fc7990..16cd0df9281c63c03640d83a40c794f16a44553e 100644 (file)
@@ -21,9 +21,8 @@
 //     VC++'s #pragma to link against the libraries conditionally, instead of
 //     including libraries in project files.
 
-#ifdef __VISUALC__
-
-#if _WIN32_WCE >= 400
+#if defined(__VISUALC__) && defined(__WXWINCE__)
+#if (_WIN32_WCE >= 400) || defined(__POCKETPC__)
     #pragma comment(lib,"commdlg.lib")
 #endif
 
@@ -47,6 +46,6 @@
     #error "Unknown SDK, please fill-in missing pieces"
 #endif
 
-#endif // __VISUALC__
+#endif // __VISUALC__ && __WXWINCE__
 
 #endif // _WX_LIBRARIES_H_