* include/dkk/ntifs.h: Fix typo in guard for
#pragma GCC system_header.
This commit is contained in:
parent
1fbeb8274f
commit
468f9fa2fe
@ -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
|
||||
|
@ -24,7 +24,7 @@
|
||||
#define _NTIFS_
|
||||
#define _GNU_NTIFS_
|
||||
|
||||
#if __GNUC__ > =3
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user