* include/dkk/ntifs.h: Fix typo in guard for

#pragma GCC system_header.
This commit is contained in:
Danny Smith 2003-07-24 20:55:48 +00:00
parent 1fbeb8274f
commit 468f9fa2fe
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* include/objidl.h (PropVariant): Add CHAR cVal field

View File

@ -24,7 +24,7 @@
#define _NTIFS_
#define _GNU_NTIFS_
#if __GNUC__ > =3
#if __GNUC__ >= 3
#pragma GCC system_header
#endif