Include windows.h before wincrypt.h
[vlc/solaris.git] / share / newres.h
blobf46067f469ffdde5cb52b1e21b26c52cefc275a0
1 #ifndef __NEWRES_H__
2 #define __NEWRES_H__
4 #if !defined(UNDER_CE)
5 #define UNDER_CE _WIN32_WCE
6 #endif
8 #if defined(_WIN32_WCE)
9 #if !defined(WCEOLE_ENABLE_DIALOGEX)
10 #define DIALOGEX DIALOG DISCARDABLE
11 #endif
12 #include <commctrl.h>
13 #define SHMENUBAR RCDATA
14 #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
15 #include <aygshell.h>
16 #else
17 #define I_IMAGENONE (-2)
18 #define NOMENU 0xFFFF
19 #define IDS_SHNEW 1
21 #define IDM_SHAREDNEW 10
22 #define IDM_SHAREDNEWDEFAULT 11
23 #endif
24 #endif // _WIN32_WCE
27 #ifdef RC_INVOKED
28 #ifndef _INC_WINDOWS
29 #define _INC_WINDOWS
30 #include "winuser.h" // extract from windows header
31 #endif
32 #endif
34 #ifdef IDC_STATIC
35 #undef IDC_STATIC
36 #endif
37 #define IDC_STATIC (-1)
39 #endif //__NEWRES_H__