mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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
|
||||
#define _WINDEF_H
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -13,10 +13,6 @@
|
|||
#ifndef _WINDOWS_H
|
||||
#define _WINDOWS_H
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include <msvctarget.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue