16 lines
287 B
Plaintext
16 lines
287 B
Plaintext
|
#include <commctrl.h>
|
||
|
#include "wx/msw/wince/resources.h"
|
||
|
|
||
|
#ifdef WIN32_PLATFORM_WFSP
|
||
|
#include "wx/msw/wince/smartphone.rc"
|
||
|
#else // !smartphone
|
||
|
|
||
|
// Dummy empty menubar/toolbar for WinCE
|
||
|
wxIDM_SHMENU RCDATA DISCARDABLE
|
||
|
BEGIN
|
||
|
wxIDM_SHMENU,
|
||
|
0
|
||
|
END
|
||
|
|
||
|
#endif // smartphone/!smartphone
|