]> git.sesse.net Git - vlc/blobdiff - libs/loader/wine/windef.h
Removes trailing spaces. Removes tabs.
[vlc] / libs / loader / wine / windef.h
index a84cf0e98e012f437bb6deb1c4210b4cd75181e8..5d38ba0f0820d9e41302b6068e131a3895930221 100644 (file)
@@ -112,7 +112,7 @@ extern "C" {
 
 #ifdef __i386__
 # if defined(__GNUC__) && ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
 
 #ifdef __i386__
 # if defined(__GNUC__) && ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
-#  ifndef _EGCS_ 
+#  ifndef _EGCS_
 #define __stdcall __attribute__((__stdcall__))
 #define __cdecl   __attribute__((__cdecl__))
 #  define __RESTORE_ES  __asm__ __volatile__("pushl %ds\n\tpopl %es")
 #define __stdcall __attribute__((__stdcall__))
 #define __cdecl   __attribute__((__cdecl__))
 #  define __RESTORE_ES  __asm__ __volatile__("pushl %ds\n\tpopl %es")
@@ -120,7 +120,7 @@ extern "C" {
 # else
 // #  error You need gcc >= 2.7 to build Wine on a 386
 # endif
 # else
 // #  error You need gcc >= 2.7 to build Wine on a 386
 # endif
-#else 
+#else
 # define __stdcall
 # define __cdecl
 # define __RESTORE_ES
 # define __stdcall
 # define __cdecl
 # define __RESTORE_ES
@@ -260,14 +260,14 @@ typedef void* SEGPTR;
 
 #ifdef STRICT
 #define DECLARE_HANDLE(a) \
 
 #ifdef STRICT
 #define DECLARE_HANDLE(a) \
-       typedef struct a##__ { int unused; } *a; \
-       typedef a *P##a; \
-       typedef a *LP##a
+    typedef struct a##__ { int unused; } *a; \
+    typedef a *P##a; \
+    typedef a *LP##a
 #else /*STRICT*/
 #define DECLARE_HANDLE(a) \
 #else /*STRICT*/
 #define DECLARE_HANDLE(a) \
-       typedef HANDLE a; \
-       typedef a *P##a; \
-       typedef a *LP##a
+    typedef HANDLE a; \
+    typedef a *P##a; \
+    typedef a *LP##a
 #endif /*STRICT*/
 
 DECLARE_HANDLE(HACMDRIVERID);
 #endif /*STRICT*/
 
 DECLARE_HANDLE(HACMDRIVERID);
@@ -382,10 +382,10 @@ typedef INT16          *LPINT16;
 typedef UINT16         *LPUINT16;
 
 #define DECLARE_HANDLE16(a) \
 typedef UINT16         *LPUINT16;
 
 #define DECLARE_HANDLE16(a) \
-       typedef HANDLE16 a##16; \
-       typedef a##16 *P##a##16; \
-       typedef a##16 *NP##a##16; \
-       typedef a##16 *LP##a##16 
+    typedef HANDLE16 a##16; \
+    typedef a##16 *P##a##16; \
+    typedef a##16 *NP##a##16; \
+    typedef a##16 *LP##a##16
 
 DECLARE_HANDLE16(HACMDRIVERID);
 DECLARE_HANDLE16(HACMDRIVER);
 
 DECLARE_HANDLE16(HACMDRIVERID);
 DECLARE_HANDLE16(HACMDRIVER);
@@ -539,15 +539,15 @@ typedef LRESULT CALLBACK (*WNDPROC16)(HWND16,UINT16,WPARAM16,LPARAM);
 
 /* Macros to access unaligned or wrong-endian WORDs and DWORDs. */
 /* Note: These macros are semantically broken, at least for wrc.  wrc
 
 /* Macros to access unaligned or wrong-endian WORDs and DWORDs. */
 /* Note: These macros are semantically broken, at least for wrc.  wrc
-   spits out data in the platform's current binary format, *not* in 
+   spits out data in the platform's current binary format, *not* in
    little-endian format.  These macros are used throughout the resource
    little-endian format.  These macros are used throughout the resource
-   code to load and store data to the resources.  Since it is unlikely 
-   that we'll ever be dealing with little-endian resource data, the 
-   byte-swapping nature of these macros has been disabled.  Rather than 
+   code to load and store data to the resources.  Since it is unlikely
+   that we'll ever be dealing with little-endian resource data, the
+   byte-swapping nature of these macros has been disabled.  Rather than
    remove the use of these macros from the resource loading code, the
    remove the use of these macros from the resource loading code, the
-   macros have simply been disabled.  In the future, someone may want 
+   macros have simply been disabled.  In the future, someone may want
    to reactivate these macros for other purposes.  In that case, the
    to reactivate these macros for other purposes.  In that case, the
-   resource code will have to be modified to use different macros. */ 
+   resource code will have to be modified to use different macros. */
 
 #if 1
 #define PUT_WORD(ptr,w)   (*(WORD *)(ptr) = (w))
 
 #if 1
 #define PUT_WORD(ptr,w)   (*(WORD *)(ptr) = (w))
@@ -636,8 +636,8 @@ typedef struct _POINTL
 
 typedef struct tagPOINTS
 {
 
 typedef struct tagPOINTS
 {
-       SHORT x;
-       SHORT y;
+    SHORT x;
+    SHORT y;
 } POINTS, *PPOINTS, *LPPOINTS;
 
 
 } POINTS, *PPOINTS, *LPPOINTS;
 
 
@@ -658,7 +658,7 @@ typedef const RECT *LPCRECT;
 typedef struct tagRECTL
 {
     LONG left;
 typedef struct tagRECTL
 {
     LONG left;
-    LONG top;  
+    LONG top;
     LONG right;
     LONG bottom;
 } RECTL, *PRECTL, *LPRECTL;
     LONG right;
     LONG bottom;
 } RECTL, *PRECTL, *LPRECTL;