mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Remove more instances of system_header
svn path=/trunk/; revision=37485
This commit is contained in:
parent
c388ad54d4
commit
b1398df863
5 changed files with 1 additions and 15 deletions
|
@ -1,8 +1,5 @@
|
|||
#ifndef _OBJFWD_H
|
||||
#define _OBJFWD_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include <basetyps.h>
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#ifndef _ODBCINST_H
|
||||
#define _ODBCINST_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include <sql.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef _OLE_H
|
||||
#define _OLE_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef _OLEACC_H
|
||||
#define _OLEACC_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef _OLECTLID_H
|
||||
#define _OLECTLID_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue