]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/msw/wince/wince.rc
Get SetLabel working again for wxStaticText by overriding SetLabel so that we can...
[wxWidgets.git] / include / wx / msw / wince / wince.rc
... / ...
CommitLineData
1#include <commctrl.h>
2#include "wx/msw/wince/resources.h"
3
4#ifdef WIN32_PLATFORM_WFSP
5 #include "wx/msw/wince/smartphone.rc"
6#else // !smartphone
7
8// Dummy empty menubar/toolbar for WinCE
9wxIDM_SHMENU RCDATA DISCARDABLE
10BEGIN
11 wxIDM_SHMENU,
12 0
13END
14
15#endif // smartphone/!smartphone