]>
Commit | Line | Data |
---|---|---|
e0b97560 | 1 | #include <commctrl.h> |
77c1fa98 | 2 | #include "wx/msw/wince/resources.h" |
e0b97560 WS |
3 | |
4 | #ifdef WIN32_PLATFORM_WFSP | |
b67c2b87 | 5 | #include "wx/msw/wince/smartphone.rc" |
77c1fa98 | 6 | #else // !smartphone |
e0b97560 | 7 | |
77c1fa98 VZ |
8 | // Dummy empty menubar/toolbar for WinCE |
9 | wxIDM_SHMENU RCDATA DISCARDABLE | |
e0b97560 | 10 | BEGIN |
77c1fa98 | 11 | wxIDM_SHMENU, |
e0b97560 WS |
12 | 0 |
13 | END | |
14 | ||
77c1fa98 | 15 | #endif // smartphone/!smartphone |