]> git.zerfleddert.de Git - linexec-j720/blame - newres.h
Initial import of xdadeveloper linexec sources
[linexec-j720] / newres.h
CommitLineData
77a37381 1#ifndef __NEWRES_H__\r\r
2#define __NEWRES_H__\r\r
3\r\r
4#if !defined(UNDER_CE)\r\r
5#define UNDER_CE _WIN32_WCE\r\r
6#endif\r\r
7\r\r
8#if defined(_WIN32_WCE)\r\r
9 #if !defined(WCEOLE_ENABLE_DIALOGEX)\r\r
10 #define DIALOGEX DIALOG DISCARDABLE\r\r
11 #endif\r\r
12 #include <commctrl.h>\r\r
13 #define SHMENUBAR RCDATA\r\r
14 #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)\r\r
15 #include <aygshell.h>\r\r
16 #define AFXCE_IDR_SCRATCH_SHMENU 28700\r\r
17 #else\r\r
18 #define I_IMAGENONE (-2)\r\r
19 #define NOMENU 0xFFFF\r\r
20 #define IDS_SHNEW 1\r\r
21\r\r
22 #define IDM_SHAREDNEW 10\r\r
23 #define IDM_SHAREDNEWDEFAULT 11\r\r
24 #endif // _WIN32_WCE_PSPC\r\r
25 #define AFXCE_IDD_SAVEMODIFIEDDLG 28701\r\r
26#endif // _WIN32_WCE\r\r
27\r\r
28#ifdef RC_INVOKED\r\r
29#ifndef _INC_WINDOWS\r\r
30#define _INC_WINDOWS\r\r
31 #include "winuser.h" // extract from windows header\r\r
32 #include "winver.h" \r\r
33#endif\r\r
34#endif\r\r
35\r\r
36#ifdef IDC_STATIC\r\r
37#undef IDC_STATIC\r\r
38#endif\r\r
39#define IDC_STATIC (-1)\r\r
40\r\r
41#endif //__NEWRES_H__\r\r
Impressum, Datenschutz