mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +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
|
#ifndef _OBJFWD_H
|
||||||
#define _OBJFWD_H
|
#define _OBJFWD_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <basetyps.h>
|
#include <basetyps.h>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#ifndef _ODBCINST_H
|
#ifndef _ODBCINST_H
|
||||||
#define _ODBCINST_H
|
#define _ODBCINST_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
#include <sql.h>
|
#include <sql.h>
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#ifndef _OLE_H
|
#ifndef _OLE_H
|
||||||
#define _OLE_H
|
#define _OLE_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#ifndef _OLEACC_H
|
#ifndef _OLEACC_H
|
||||||
#define _OLEACC_H
|
#define _OLEACC_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#ifndef _OLECTLID_H
|
#ifndef _OLECTLID_H
|
||||||
#define _OLECTLID_H
|
#define _OLECTLID_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue