Added minimal file dialog for SmartPhone

Use wxSYSTEM_MENU to get X symbol on PocketPC


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-07-19 17:46:33 +00:00
parent f74172ab42
commit 449110cd74
8 changed files with 156 additions and 4 deletions

View File

@@ -51,7 +51,7 @@
#include <windowsx.h>
#include "wx/msw/private.h"
#ifdef __WXWINCE__
#if defined(__WXWINCE__) && !wxUSE_SMARTPHONE
#include <commdlg.h>
#endif