]> git.sesse.net Git - vlc/blob - share/newres.h
* ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
[vlc] / share / newres.h
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         #else\r
17                 #define I_IMAGENONE             (-2)\r
18                 #define NOMENU                  0xFFFF\r
19                 #define IDS_SHNEW               1\r
20 \r
21                 #define IDM_SHAREDNEW        10\r
22                 #define IDM_SHAREDNEWDEFAULT 11\r
23         #endif\r
24 #endif // _WIN32_WCE\r
25 \r
26 \r
27 #ifdef RC_INVOKED\r
28 #ifndef _INC_WINDOWS\r
29 #define _INC_WINDOWS\r
30         #include "winuser.h"           // extract from windows header\r
31 #endif\r
32 #endif\r
33 \r
34 #ifdef IDC_STATIC\r
35 #undef IDC_STATIC\r
36 #endif\r
37 #define IDC_STATIC      (-1)\r
38 \r
39 #endif //__NEWRES_H__\r