* include/dkk/ntifs.h: Fix typo in guard for
#pragma GCC system_header.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2003-07-24  Danny Smith <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
|  | 	* include/dkk/ntifs.h: Fix typo in guard for | ||||||
|  | 	#pragma GCC system_header. | ||||||
|  |  | ||||||
| 2003-07-22  Danny Smith <dannysmith@users.sourceforge.net> | 2003-07-22  Danny Smith <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* include/objidl.h (PropVariant): Add CHAR cVal field | 	* include/objidl.h (PropVariant): Add CHAR cVal field | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ | |||||||
| #define _NTIFS_ | #define _NTIFS_ | ||||||
| #define _GNU_NTIFS_ | #define _GNU_NTIFS_ | ||||||
|  |  | ||||||
| #if __GNUC__ > =3 | #if __GNUC__ >= 3 | ||||||
| #pragma GCC system_header | #pragma GCC system_header | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user