From 6e338ed990e6227fcc48b69ea3ab53f12876f52d Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Thu, 11 Aug 2005 20:48:55 +0000 Subject: [PATCH] Replaced _WINBASE_ by _WINBASE_H because some headers depends on _WINBASE_H. svn path=/trunk/; revision=17314 --- reactos/include/ndk/rtltypes.h | 2 +- reactos/w32api/include/winbase.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/include/ndk/rtltypes.h b/reactos/include/ndk/rtltypes.h index 82fabdbe7d7..70cc9f12240 100644 --- a/reactos/include/ndk/rtltypes.h +++ b/reactos/include/ndk/rtltypes.h @@ -399,7 +399,7 @@ typedef struct _RTL_ATOM_TABLE } RTL_ATOM_TABLE, *PRTL_ATOM_TABLE; /* Let Kernel Drivers use this */ -#ifndef _WINBASE_ +#ifndef _WINBASE_H typedef struct _SYSTEMTIME { WORD wYear; diff --git a/reactos/w32api/include/winbase.h b/reactos/w32api/include/winbase.h index b8ac339e5aa..59b47fc1abd 100644 --- a/reactos/w32api/include/winbase.h +++ b/reactos/w32api/include/winbase.h @@ -1,5 +1,5 @@ -#ifndef _WINBASE_ -#define _WINBASE_ +#ifndef _WINBASE_H +#define _WINBASE_H #if __GNUC__ >= 3 #pragma GCC system_header #endif -- 2.17.1