]> git.sesse.net Git - vlc/blobdiff - share/newres.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / share / newres.h
index 89e6e23b8820f6a22ff155333a7d0472a73d8070..f46067f469ffdde5cb52b1e21b26c52cefc275a0 100644 (file)
@@ -1,39 +1,39 @@
-#ifndef __NEWRES_H__\r
-#define __NEWRES_H__\r
-\r
-#if !defined(UNDER_CE)\r
-       #define UNDER_CE _WIN32_WCE\r
-#endif\r
-\r
-#if defined(_WIN32_WCE)\r
-       #if !defined(WCEOLE_ENABLE_DIALOGEX)\r
-               #define DIALOGEX DIALOG DISCARDABLE\r
-       #endif\r
-       #include <commctrl.h>\r
-       #define  SHMENUBAR RCDATA\r
-       #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)\r
-               #include <aygshell.h> \r
-       #else\r
-               #define I_IMAGENONE             (-2)\r
-               #define NOMENU                  0xFFFF\r
-               #define IDS_SHNEW               1\r
-\r
-               #define IDM_SHAREDNEW        10\r
-               #define IDM_SHAREDNEWDEFAULT 11\r
-       #endif\r
-#endif // _WIN32_WCE\r
-\r
-\r
-#ifdef RC_INVOKED\r
-#ifndef _INC_WINDOWS\r
-#define _INC_WINDOWS\r
-       #include "winuser.h"           // extract from windows header\r
-#endif\r
-#endif\r
-\r
-#ifdef IDC_STATIC\r
-#undef IDC_STATIC\r
-#endif\r
-#define IDC_STATIC      (-1)\r
-\r
-#endif //__NEWRES_H__\r
+#ifndef __NEWRES_H__
+#define __NEWRES_H__
+
+#if !defined(UNDER_CE)
+    #define UNDER_CE _WIN32_WCE
+#endif
+
+#if defined(_WIN32_WCE)
+    #if !defined(WCEOLE_ENABLE_DIALOGEX)
+        #define DIALOGEX DIALOG DISCARDABLE
+    #endif
+    #include <commctrl.h>
+    #define  SHMENUBAR RCDATA
+    #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
+        #include <aygshell.h>
+    #else
+        #define I_IMAGENONE        (-2)
+        #define NOMENU            0xFFFF
+        #define IDS_SHNEW        1
+
+        #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
+#endif
+#endif
+
+#ifdef IDC_STATIC
+#undef IDC_STATIC
+#endif
+#define IDC_STATIC      (-1)
+
+#endif //__NEWRES_H__