mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- ...revert until all Winetests/rostests are fixed. Using a broken RosBe beta which doesn't build /rostests/ or /rosapps/ when doing header changes is a bad, bad idea.
svn path=/trunk/; revision=37535
This commit is contained in:
parent
0e7b582264
commit
7b2da29cb3
2 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
#ifndef _WINDEF_H
|
||||
#define _WINDEF_H
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
#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