mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
Fixed _WINBASE_/_WINBASE_H
svn path=/trunk/; revision=17358
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WINBASE_H
|
||||
#define _WINBASE_H
|
||||
#ifndef _WINBASE_
|
||||
#define _WINBASE_
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user