Replaced _WINBASE_ by _WINBASE_H because some headers depends on _WINBASE_H.
Modified: trunk/reactos/include/ndk/rtltypes.h
Modified: trunk/reactos/w32api/include/winbase.h

Modified: trunk/reactos/include/ndk/rtltypes.h
--- trunk/reactos/include/ndk/rtltypes.h	2005-08-11 20:45:41 UTC (rev 17313)
+++ trunk/reactos/include/ndk/rtltypes.h	2005-08-11 20:48:55 UTC (rev 17314)
@@ -399,7 +399,7 @@
 } RTL_ATOM_TABLE, *PRTL_ATOM_TABLE;
 
 /* Let Kernel Drivers use this */
-#ifndef _WINBASE_
+#ifndef _WINBASE_H
     typedef struct _SYSTEMTIME
     {
         WORD wYear;

Modified: trunk/reactos/w32api/include/winbase.h
--- trunk/reactos/w32api/include/winbase.h	2005-08-11 20:45:41 UTC (rev 17313)
+++ trunk/reactos/w32api/include/winbase.h	2005-08-11 20:48:55 UTC (rev 17314)
@@ -1,5 +1,5 @@
-#ifndef _WINBASE_
-#define _WINBASE_
+#ifndef _WINBASE_H
+#define _WINBASE_H
 #if __GNUC__ >= 3
 #pragma GCC system_header
 #endif