mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:12:57 +00:00
- Remove system_header from the remaining PSDK headers. The era of liberally sprinkling the overkill system_header gcc hacH^H^H^extension has now come to an end and...oh, wait. What's that you say? DDK does this too? Uh, right. Will fix that too.
svn path=/trunk/; revision=37531
This commit is contained in:
parent
dff0e2ea0b
commit
57cf5503f1
3 changed files with 0 additions and 9 deletions
|
@ -1,8 +1,5 @@
|
||||||
#ifndef _WINDEF_H
|
#ifndef _WINDEF_H
|
||||||
#define _WINDEF_H
|
#define _WINDEF_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -12,9 +12,6 @@
|
||||||
*/
|
*/
|
||||||
#ifndef _WINDOWS_H
|
#ifndef _WINDOWS_H
|
||||||
#define _WINDOWS_H
|
#define _WINDOWS_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#include <msvctarget.h>
|
#include <msvctarget.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#ifndef _WINDOWSX_H
|
#ifndef _WINDOWSX_H
|
||||||
#define _WINDOWSX_H
|
#define _WINDOWSX_H
|
||||||
#if __GNUC__ >=3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define WM_CTLCOLOR 25
|
#define WM_CTLCOLOR 25
|
||||||
#define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable))
|
#define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue