From c2df09cd888ec9524a6ec996fa92c909ba315ed2 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Fri, 12 Aug 2005 23:35:14 +0000 Subject: [PATCH] Fixed _WINBASE_/_WINBASE_H svn path=/trunk/; revision=17358 --- 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 70cc9f12240..622c14e7b48 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_H +#if !defined(_WINBASE_H) && !defined(_WINBASE_) typedef struct _SYSTEMTIME { WORD wYear; diff --git a/reactos/w32api/include/winbase.h b/reactos/w32api/include/winbase.h index 59b47fc1abd..b8ac339e5aa 100644 --- a/reactos/w32api/include/winbase.h +++ b/reactos/w32api/include/winbase.h @@ -1,5 +1,5 @@ -#ifndef _WINBASE_H -#define _WINBASE_H +#ifndef _WINBASE_ +#define _WINBASE_ #if __GNUC__ >= 3 #pragma GCC system_header #endif