wince.rc 287 B

123456789101112131415
  1. #include <commctrl.h>
  2. #include "wx/msw/wince/resources.h"
  3. #ifdef WIN32_PLATFORM_WFSP
  4. #include "wx/msw/wince/smartphone.rc"
  5. #else // !smartphone
  6. // Dummy empty menubar/toolbar for WinCE
  7. wxIDM_SHMENU RCDATA DISCARDABLE
  8. BEGIN
  9. wxIDM_SHMENU,
  10. 0
  11. END
  12. #endif // smartphone/!smartphone