Adapt lib to eVC++ 3/4/PPC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-21 22:18:25 +00:00
parent f014d4bf3e
commit 43499aa4a1
2 changed files with 3 additions and 6 deletions

View File

@@ -22,8 +22,7 @@
// 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