mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Replaced _WINBASE_ by _WINBASE_H because some headers depends on _WINBASE_H.
svn path=/trunk/; revision=17314
This commit is contained in:
parent
7b869f437f
commit
6e338ed990
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _WINBASE_
|
||||
#define _WINBASE_
|
||||
#ifndef _WINBASE_H
|
||||
#define _WINBASE_H
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue