* include/winnt.h (CASSERT): Define.

[mingw-Bugs-1568067]
	* include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
	* include/wingdi.h: (DM_POSITION): Define.
This commit is contained in:
Danny Smith
2006-10-04 08:57:27 +00:00
parent bdcabb255c
commit e4aebff6e8
5 changed files with 20 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#ifndef _RPC_H
#define _RPC_H
#if __GNUC__ >=3
#if __GNUC__ >= 3
#pragma GCC system_header
#endif