]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msw/wince/wince.rc
More settings restored.
[wxWidgets.git] / include / wx / msw / wince / wince.rc
CommitLineData
e0b97560
WS
1#include <commctrl.h>
2
3#ifdef WIN32_PLATFORM_WFSP
b67c2b87 4 #include "wx/msw/wince/smartphone.rc"
e0b97560
WS
5#else
6
7// Dummy menubar/toolbar for WinCE
8
95000 RCDATA DISCARDABLE
10BEGIN
11 // Popup menu name
12 5000,
13 // Count of items to put on the menu
14 0
15END
16
175000 MENU DISCARDABLE
18BEGIN
19 POPUP "Dummy"
20 BEGIN
21 MENUITEM "Dummy" 99
22 END
23END
24
25#endif
26