mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
- woops. temporarily revert system_header to fix build
svn path=/trunk/; revision=37515
This commit is contained in:
parent
62392c89a0
commit
abb1280385
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#ifndef _VFW_H
|
#ifndef _VFW_H
|
||||||
#define _VFW_H
|
#define _VFW_H
|
||||||
|
#if __GNUC__ >= 3
|
||||||
|
#pragma GCC system_header
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _WINDOWS_H
|
#ifndef _WINDOWS_H
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue