[ros-diffs] [hbirr] 17314: Replaced _WINBASE_ by _WINBASE_H because
some headers depends on _WINBASE_H.
hbirr at svn.reactos.com
hbirr at svn.reactos.com
Thu Aug 11 22:49:07 CEST 2005
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050811/f05324f8/attachment.html
More information about the Ros-diffs
mailing list