From 43499aa4a12477ab1924c4366e1c3d46d8be4874 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 21 Mar 2005 22:18:25 +0000 Subject: [PATCH] Adapt lib to eVC++ 3/4/PPC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/wince/readme.txt | 6 ++---- include/wx/msw/wince/libraries.h | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/msw/wince/readme.txt b/docs/msw/wince/readme.txt index 4765329bbe..cbd37b0f80 100644 --- a/docs/msw/wince/readme.txt +++ b/docs/msw/wince/readme.txt @@ -75,10 +75,8 @@ To compile using the emulator on eVC++3: and compile. - Open samples/minimal/minimal.vcw, select the - WIN32 (WCE x86 Debug) configuration, select Pocket PC 2002 and - Pocket PC 2002 Emulation as before, add commdlg.lib to the link - flags, and compile. Do not add commdlg.lib if compiling for - Smartphone. + WIN32 (WCE x86 Debug) configuration, and select Pocket PC 2002 and + Pocket PC 2002 Emulation as before. To compile using the emulator on eVC++4: diff --git a/include/wx/msw/wince/libraries.h b/include/wx/msw/wince/libraries.h index 608b82f9cc..16cd0df928 100644 --- a/include/wx/msw/wince/libraries.h +++ b/include/wx/msw/wince/libraries.h @@ -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 -- 2.50.0