Hardware defines spec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
927330abae
commit
9b1414681c
12 changed files with 57 additions and 35 deletions
|
|
@ -44,7 +44,6 @@ public:
|
|||
|
||||
// Universal and non-port related switches with need for generic implementation
|
||||
#if defined(__WXMSW__) && (defined(__WXUNIVERSAL__) || \
|
||||
defined(__SMARTPHONE__) || \
|
||||
defined(__SALFORDC__) || \
|
||||
!wxUSE_OLE || \
|
||||
(defined (__GNUWIN32__) && !wxUSE_NORLANDER_HEADERS))
|
||||
|
|
@ -52,6 +51,12 @@ public:
|
|||
#include "wx/generic/dirdlgg.h"
|
||||
#define wxDirDialog wxGenericDirDialog
|
||||
|
||||
// MS Smartphone
|
||||
#elif defined(__SMARTPHONE__) && defined(__WXWINCE__)
|
||||
|
||||
#include "wx/generic/dirdlgg.h"
|
||||
#define wxDirDialog wxGenericDirDialog
|
||||
|
||||
// Native MSW
|
||||
#elif defined(__WXMSW__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue