X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=share%2Fnewres.h;h=f46067f469ffdde5cb52b1e21b26c52cefc275a0;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=ac5edb7bc6e7dc943607a4c2908b5a29dbc21821;hpb=3d831e04ece115bb9ca379b9552370755453e46e;p=vlc diff --git a/share/newres.h b/share/newres.h index ac5edb7bc6..f46067f469 100644 --- a/share/newres.h +++ b/share/newres.h @@ -2,32 +2,32 @@ #define __NEWRES_H__ #if !defined(UNDER_CE) - #define UNDER_CE _WIN32_WCE + #define UNDER_CE _WIN32_WCE #endif #if defined(_WIN32_WCE) - #if !defined(WCEOLE_ENABLE_DIALOGEX) - #define DIALOGEX DIALOG DISCARDABLE - #endif - #include - #define SHMENUBAR RCDATA - #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300) - #include - #else - #define I_IMAGENONE (-2) - #define NOMENU 0xFFFF - #define IDS_SHNEW 1 + #if !defined(WCEOLE_ENABLE_DIALOGEX) + #define DIALOGEX DIALOG DISCARDABLE + #endif + #include + #define SHMENUBAR RCDATA + #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300) + #include + #else + #define I_IMAGENONE (-2) + #define NOMENU 0xFFFF + #define IDS_SHNEW 1 - #define IDM_SHAREDNEW 10 - #define IDM_SHAREDNEWDEFAULT 11 - #endif + #define IDM_SHAREDNEW 10 + #define IDM_SHAREDNEWDEFAULT 11 + #endif #endif // _WIN32_WCE #ifdef RC_INVOKED #ifndef _INC_WINDOWS #define _INC_WINDOWS - #include "winuser.h" // extract from windows header + #include "winuser.h" // extract from windows header #endif #endif