OSDN Git Service

* include/w32api.h (_W32API_H): Define.
authorpapadopo <papadopo>
Thu, 6 Apr 2006 12:21:30 +0000 (12:21 +0000)
committerpapadopo <papadopo>
Thu, 6 Apr 2006 12:21:30 +0000 (12:21 +0000)
Define in addition to _W32API_H_, this is the w32api standard.

winsup/w32api/ChangeLog
winsup/w32api/include/w32api.h

index d982794..cd4dc7e 100644 (file)
@@ -1,5 +1,10 @@
 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
 
+       * include/w32api.h (_W32API_H): Define.
+       Define in addition to _W32API_H_, this is the w32api standard.
+
+2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
+
        * include/w32api.h (WindowsVista): Define.
 
 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
index 745e011..f49d28e 100644 (file)
@@ -1,4 +1,5 @@
-#ifndef _W32API_H_
+#ifndef _W32API_H
+#define _W32API_H
 #define _W32API_H_
 #if __GNUC__ >=3
 #pragma GCC system_header
@@ -45,4 +46,4 @@
 #define IE56   0x0560
 #define IE6    0x0600
 
-#endif /* ndef _W32API_H_ */
+#endif /* ndef _W32API_H */