Added compile guards to wxEditableListBox
[wxWidgets.git] / include / wx / msw / wince / wince.rc
0 / 26 (  0%)
CommitLineData
1#include <commctrl.h>
2
3#ifdef WIN32_PLATFORM_WFSP
4 #include "wx/msw/wince/smartphone.rc"
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