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 16