mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:55:41 +00:00
- Remove the remaining system_header from DDK -- this era has now come to an end
svn path=/trunk/; revision=37793
This commit is contained in:
parent
6d811e8712
commit
9bd2938989
67 changed files with 0 additions and 268 deletions
|
@ -23,10 +23,6 @@
|
|||
#ifndef _ARC_FILTER_DEFS_
|
||||
#define _ARC_FILTER_DEFS_
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef _ATM_H
|
||||
#define _ATM_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __BATCLASS_H
|
||||
#define __BATCLASS_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef _CFG_INCLUDED_
|
||||
#define _CFG_INCLUDED_
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef _CFGMGR32_H_
|
||||
#define _CFGMGR32_H_
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "cfg.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __D4DRVIF_H
|
||||
#define __D4DRVIF_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "d4iface.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __HIDCLASS_H
|
||||
#define __HIDCLASS_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "hidpi.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __HIDPI_H
|
||||
#define __HIDPI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "hidusage.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __HIDUSAGE_H
|
||||
#define __HIDUSAGE_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __IDE_H
|
||||
#define __IDE_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
#ifndef __IOACCESS_H
|
||||
#define __IOACCESS_H
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __MCD_H
|
||||
#define __MCD_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "srb.h"
|
||||
#include "scsi.h"
|
||||
#include "ntddchgr.h"
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __MINIPORT_H
|
||||
#define __MINIPORT_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -22,10 +22,6 @@
|
|||
#ifndef __MINITAPE_H
|
||||
#define __MINITAPE_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -32,10 +32,6 @@
|
|||
#ifndef __NDIS_H
|
||||
#define __NDIS_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddk.h"
|
||||
#include "ntddndis.h"
|
||||
#include "netpnp.h"
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NDISGUID_H
|
||||
#define __NDISGUID_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NDISTAPI_H
|
||||
#define __NDISTAPI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ndis.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NDISWAN_H
|
||||
#define __NDISWAN_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ndis.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NETEVENT_H
|
||||
#define __NETEVENT_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#define EVENT_TRANSPORT_REGISTER_FAILED 0xC000232CL
|
||||
|
||||
#define EVENT_TRANSPORT_ADAPTER_NOT_FOUND 0xC000232EL
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NEWDEV_H
|
||||
#define __NEWDEV_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTAGP_H
|
||||
#define __NTAGP_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "video.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDD8042_H
|
||||
#define __NTDD8042_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddkbd.h"
|
||||
#include "ntddmou.h"
|
||||
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDCDRM_H
|
||||
#define __NTDDCDRM_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddstor.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDCDVD_H
|
||||
#define __NTDDCDVD_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddstor.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDCHGR_H
|
||||
#define __NTDDCHGR_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddstor.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDDISK_H
|
||||
#define __NTDDDISK_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddstor.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDKBD_H
|
||||
#define __NTDDKBD_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDMOU_H
|
||||
#define __NTDDMOU_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDNDIS_H
|
||||
#define __NTDDNDIS_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#pragma pack(push,4)
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDPAR_H
|
||||
#define __NTDDPAR_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDPCM_H
|
||||
#define __NTDDPCM_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDSCSI_H
|
||||
#define __NTDDSCSI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDSER_H
|
||||
#define __NTDDSER_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDSTOR_H
|
||||
#define __NTDDSTOR_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDTAPE_H
|
||||
#define __NTDDTAPE_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddstor.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDVDEO_H
|
||||
#define __NTDDVDEO_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __NTDDVOL_H
|
||||
#define __NTDDVOL_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef _NTSTATUS_
|
||||
#define _NTSTATUS_
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __PARALLEL_H
|
||||
#define __PARALLEL_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddpar.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __PFHOOK_H
|
||||
#define __PFHOOK_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __POCLASS_H
|
||||
#define __POCLASS_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "batclass.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef _NTSCSI_
|
||||
#define _NTSCSI_
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __SCSISCAN_H
|
||||
#define __SCSISCAN_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __SCSIWMI_H
|
||||
#define __SCSIWMI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "srb.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __SMBUS_H
|
||||
#define __SMBUS_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __SRB_H
|
||||
#define __SRB_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __STORPORT_H
|
||||
#define __STORPORT_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "srb.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __TDI_H
|
||||
#define __TDI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "ntddtdi.h"
|
||||
#include "tdistat.h"
|
||||
#include "netpnp.h"
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __TDIINFO_H
|
||||
#define __TDIINFO_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __TDIKRNL_H
|
||||
#define __TDIKRNL_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "tdi.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __TDISTAT_H
|
||||
#define __TDISTAT_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -24,10 +24,6 @@
|
|||
#define __TVOUT_H
|
||||
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __UPSSVC_H
|
||||
#define __UPSSVC_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __USB100_H
|
||||
#define __USB100_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __USBCAMDI_H
|
||||
#define __USBCAMDI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#if !defined(__USB_H) && !defined(__USBDI_H)
|
||||
#error include usb.h or usbdi.h before usbcamdi.h
|
||||
#else
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __USBDI_H
|
||||
#define __USBDI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __USB_H
|
||||
#error usb.h cannot be included with usbdi.h
|
||||
#else
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __USBIOCTL_H
|
||||
#define __USBIOCTL_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "usb100.h"
|
||||
#include "usbiodef.h"
|
||||
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __USBSCAN_H
|
||||
#define __USBSCAN_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __USBUSER_H
|
||||
#define __USBUSER_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "usb.h"
|
||||
#include "usbiodef.h"
|
||||
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __VIDEO_H
|
||||
#define __VIDEO_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __WINDDI_H
|
||||
#error winddi.h cannot be included with video.h
|
||||
#else
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __VIDEOAGP_H
|
||||
#define __VIDEOAGP_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include "video.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __WIN2K_H
|
||||
#define __WIN2K_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __WINDDI_H
|
||||
#define __WINDDI_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __VIDEO_H
|
||||
#error video.h cannot be included with winddi.h
|
||||
#else
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __WINNT4_H
|
||||
#define __WINNT4_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __WINXP_H
|
||||
#define __WINXP_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __WS2SAN_H
|
||||
#define __WS2SAN_H
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include <winsock2.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef _X_FILTER_DEFS_
|
||||
#define _X_FILTER_DEFS_
|
||||
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue