4 #if !defined(UNDER_CE)
\r
5 #define UNDER_CE _WIN32_WCE
\r
8 #if defined(_WIN32_WCE)
\r
9 #if !defined(WCEOLE_ENABLE_DIALOGEX)
\r
10 #define DIALOGEX DIALOG DISCARDABLE
\r
12 #include <commctrl.h>
\r
13 #define SHMENUBAR RCDATA
\r
14 #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
\r
15 #include <aygshell.h>
\r
17 #define I_IMAGENONE (-2)
\r
18 #define NOMENU 0xFFFF
\r
21 #define IDM_SHAREDNEW 10
\r
22 #define IDM_SHAREDNEWDEFAULT 11
\r
24 #endif // _WIN32_WCE
\r
28 #ifndef _INC_WINDOWS
\r
29 #define _INC_WINDOWS
\r
30 #include "winuser.h" // extract from windows header
\r
37 #define IDC_STATIC (-1)
\r
39 #endif //__NEWRES_H__
\r