Neither PocketPC nor SmartPhone have SHBrowseForFolder

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-12-05 18:56:29 +00:00
parent 121ade4fd3
commit bcfced3616
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ public:
#include "wx/generic/dirdlgg.h"
#define wxDirDialog wxGenericDirDialog
// MS Smartphone
#elif defined(__SMARTPHONE__) && defined(__WXWINCE__)
// MS PocketPC or MS Smartphone
#elif defined(__WXMSW__) && defined(__WXWINCE__) && !defined(__HANDHELDPC__)
#include "wx/generic/dirdlgg.h"
#define wxDirDialog wxGenericDirDialog

View File

@ -28,7 +28,7 @@
#pragma hdrstop
#endif
#if wxUSE_DIRDLG && !(defined(__SMARTPHONE__) && defined(__WXWINCE__))
#if wxUSE_DIRDLG && (!defined(__WXWINCE__) || defined(__HANDHELDPC__))
#if defined(__WIN95__) && !defined(__GNUWIN32_OLD__) && wxUSE_OLE