| c5f1f439 |
1 | #ifndef __NEWRES_H__\r |
| 2 | #define __NEWRES_H__\r |
| 3 | \r |
| 4 | #if !defined(UNDER_CE)\r |
| 5 | #define UNDER_CE _WIN32_WCE\r |
| 6 | #endif\r |
| 7 | \r |
| 8 | #if defined(_WIN32_WCE)\r |
| 9 | #if !defined(WCEOLE_ENABLE_DIALOGEX)\r |
| 10 | #define DIALOGEX DIALOG DISCARDABLE\r |
| 11 | #endif\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 |
| 16 | #define AFXCE_IDR_SCRATCH_SHMENU 28700\r |
| 17 | #else\r |
| 18 | #define I_IMAGENONE (-2)\r |
| 19 | #define NOMENU 0xFFFF\r |
| 20 | #define IDS_SHNEW 1\r |
| 21 | \r |
| 22 | #define IDM_SHAREDNEW 10\r |
| 23 | #define IDM_SHAREDNEWDEFAULT 11\r |
| 24 | #endif // _WIN32_WCE_PSPC\r |
| 25 | #define AFXCE_IDD_SAVEMODIFIEDDLG 28701\r |
| 26 | #endif // _WIN32_WCE\r |
| 27 | \r |
| 28 | #ifdef RC_INVOKED\r |
| 29 | #ifndef _INC_WINDOWS\r |
| 30 | #define _INC_WINDOWS\r |
| 31 | #include "winuser.h" // extract from windows header\r |
| 32 | #include "winver.h" \r |
| 33 | #endif\r |
| 34 | #endif\r |
| 35 | \r |
| 36 | #ifdef IDC_STATIC\r |
| 37 | #undef IDC_STATIC\r |
| 38 | #endif\r |
| 39 | #define IDC_STATIC (-1)\r |
| 40 | \r |
| 41 | #endif //__NEWRES_H__\r |