mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Remove some straggler system_header
svn path=/trunk/; revision=37513
This commit is contained in:
parent
e8dde635bf
commit
b67eece82f
5 changed files with 0 additions and 16 deletions
|
@ -1,8 +1,5 @@
|
|||
#ifndef _RASERROR_H
|
||||
#define _RASERROR_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#define RASBASE 600
|
||||
#define SUCCESS 0
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef _RASSAPI_H
|
||||
#define _RASSAPI_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#ifndef _REASON_H
|
||||
#define _REASON_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#if _WIN32_WINNT >= 0x0501
|
||||
|
||||
#define SHTDN_REASON_MAJOR_APPLICATION 0x00040000
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef _REGSTR_H
|
||||
#define _REGSTR_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef _VFW_H
|
||||
#define _VFW_H
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifndef _WINDOWS_H
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Reference in a new issue