mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Deprecate PSDK's usage of system_header for real now that rostests/winetests are fixed
svn path=/trunk/; revision=37547
This commit is contained in:
parent
7e38beba07
commit
bbdf312552
2 changed files with 0 additions and 8 deletions
|
@ -1,10 +1,6 @@
|
||||||
#ifndef _WINDEF_H
|
#ifndef _WINDEF_H
|
||||||
#define _WINDEF_H
|
#define _WINDEF_H
|
||||||
|
|
||||||
#if __GNUC__ >= 3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,10 +13,6 @@
|
||||||
#ifndef _WINDOWS_H
|
#ifndef _WINDOWS_H
|
||||||
#define _WINDOWS_H
|
#define _WINDOWS_H
|
||||||
|
|
||||||
#if __GNUC__ >= 3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#include <msvctarget.h>
|
#include <msvctarget.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue