mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Remove system_header from basetsd/typs.h, and add 4 missing types
svn path=/trunk/; revision=37464
This commit is contained in:
parent
141eb9a2df
commit
993a932cdf
2 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,5 @@
|
|||
#ifndef _BASETSD_H
|
||||
#define _BASETSD_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifndef __int64
|
||||
|
@ -124,6 +121,8 @@ typedef unsigned __int64 ULONG64, *PULONG64;
|
|||
typedef unsigned __int64 DWORD64, *PDWORD64;
|
||||
typedef unsigned __int64 UINT64, *PUINT64;
|
||||
|
||||
typedef signed char INT8, *PINT8;
|
||||
typedef unsigned char UINT8, *PUINT8;
|
||||
typedef signed short INT16, *PINT16;
|
||||
typedef unsigned short UINT16, *PUINT16;
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef _BASETYPS_H
|
||||
#define _BASETYPS_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifndef __OBJC__
|
||||
# ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue