]> git.sesse.net Git - vlc/blobdiff - share/newres.h
Removes trailing spaces. Removes tabs.
[vlc] / share / newres.h
index ac5edb7bc6e7dc943607a4c2908b5a29dbc21821..f46067f469ffdde5cb52b1e21b26c52cefc275a0 100644 (file)
@@ -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 <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
+    #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
+        #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