2004-06-16 02:17:27 -04:00
|
|
|
#include <commctrl.h>
|
2007-07-27 16:19:52 -04:00
|
|
|
#include "wx/msw/wince/resources.h"
|
2004-06-16 02:17:27 -04:00
|
|
|
|
|
|
|
#ifdef WIN32_PLATFORM_WFSP
|
2004-10-20 11:14:46 -04:00
|
|
|
#include "wx/msw/wince/smartphone.rc"
|
2007-07-27 16:19:52 -04:00
|
|
|
#else // !smartphone
|
2004-06-16 02:17:27 -04:00
|
|
|
|
2007-07-27 16:19:52 -04:00
|
|
|
// Dummy empty menubar/toolbar for WinCE
|
|
|
|
wxIDM_SHMENU RCDATA DISCARDABLE
|
2004-06-16 02:17:27 -04:00
|
|
|
BEGIN
|
2007-07-27 16:19:52 -04:00
|
|
|
wxIDM_SHMENU,
|
2004-06-16 02:17:27 -04:00
|
|
|
0
|
|
|
|
END
|
|
|
|
|
2007-07-27 16:19:52 -04:00
|
|
|
#endif // smartphone/!smartphone
|