Fixed _WINBASE_/_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-12 22:04:52 UTC
(rev 17357)
+++ trunk/reactos/include/ndk/rtltypes.h 2005-08-12 23:35:14 UTC
(rev 17358)
@@ -399,7 +399,7 @@
} RTL_ATOM_TABLE, *PRTL_ATOM_TABLE;
/* Let Kernel Drivers use this */
-#ifndef _WINBASE_H
+#if !defined(_WINBASE_H) && !defined(_WINBASE_)
typedef struct _SYSTEMTIME
{
WORD wYear;
_____
Modified: trunk/reactos/w32api/include/winbase.h
--- trunk/reactos/w32api/include/winbase.h 2005-08-12 22:04:52 UTC
(rev 17357)
+++ trunk/reactos/w32api/include/winbase.h 2005-08-12 23:35:14 UTC
(rev 17358)
@@ -1,5 +1,5 @@
-#ifndef _WINBASE_H
-#define _WINBASE_H
+#ifndef _WINBASE_
+#define _WINBASE_
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
Show replies by date