]>
Commit | Line | Data |
---|---|---|
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 | |
9 | wxIDM_SHMENU RCDATA DISCARDABLE | |
10 | BEGIN | |
11 | wxIDM_SHMENU, | |
12 | 0 | |
13 | END | |
14 | ||
15 | #endif // smartphone/!smartphone |