- ...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:
Stefan Ginsberg 2008-11-21 22:48:38 +00:00
parent 0e7b582264
commit 7b2da29cb3
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,10 @@
#ifndef _WINDEF_H
#define _WINDEF_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -13,6 +13,10 @@
#ifndef _WINDOWS_H
#define _WINDOWS_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __GNUC__
#include <msvctarget.h>
#endif