OSDN Git Service

* include/dkk/ntifs.h: Fix typo in guard for
authordannysmith <dannysmith>
Thu, 24 Jul 2003 20:55:48 +0000 (20:55 +0000)
committerdannysmith <dannysmith>
Thu, 24 Jul 2003 20:55:48 +0000 (20:55 +0000)
#pragma GCC system_header.

winsup/w32api/ChangeLog
winsup/w32api/include/ddk/ntifs.h

index 19171c4..98da635 100644 (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
index efc8cd1..01fd01b 100644 (file)
@@ -24,7 +24,7 @@
 #define _NTIFS_
 #define _GNU_NTIFS_
 
-#if __GNUC__ > =3
+#if __GNUC__ >3
 #pragma GCC system_header
 #endif