00001 #ifndef __NEWRES_H__
00002 #define __NEWRES_H__
00003
00004 #if !defined(UNDER_CE)
00005 #define UNDER_CE _WIN32_WCE
00006 #endif
00007
00008 #if defined(_WIN32_WCE)
00009 #if !defined(WCEOLE_ENABLE_DIALOGEX)
00010 #define DIALOGEX DIALOG DISCARDABLE
00011 #endif
00012 #include <commctrl.h>
00013 #define SHMENUBAR RCDATA
00014 #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
00015 #include <aygshell.h>
00016 #else
00017 #define I_IMAGENONE (-2)
00018 #define NOMENU 0xFFFF
00019 #define IDS_SHNEW 1
00020
00021 #define IDM_SHAREDNEW 10
00022 #define IDM_SHAREDNEWDEFAULT 11
00023 #endif
00024 #endif // _WIN32_WCE
00025
00026
00027 #ifdef RC_INVOKED
00028 #ifndef _INC_WINDOWS
00029 #define _INC_WINDOWS
00030 #include "winuser.h"
00031 #endif
00032 #endif
00033
00034 #ifdef IDC_STATIC
00035 #undef IDC_STATIC
00036 #endif
00037 #define IDC_STATIC (-1)
00038
00039 #endif //__NEWRES_H__