diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-06 12:21:30 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-06 12:21:30 +0000 |
commit | a846957047237c186cfd43367fe04c15cdb68ac3 (patch) | |
tree | 137c255c2afdda13c99fe847551c65868e8bc1a0 /winsup/w32api/include/w32api.h | |
parent | 45a450621f77f3eff8be1d4165ff103e9f3e4b82 (diff) | |
download | cygnal-a846957047237c186cfd43367fe04c15cdb68ac3.tar.gz cygnal-a846957047237c186cfd43367fe04c15cdb68ac3.tar.bz2 cygnal-a846957047237c186cfd43367fe04c15cdb68ac3.zip |
* include/w32api.h (_W32API_H): Define.
Define in addition to _W32API_H_, this is the w32api standard.
Diffstat (limited to 'winsup/w32api/include/w32api.h')
-rw-r--r-- | winsup/w32api/include/w32api.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h index 745e0117c..f49d28eac 100644 --- a/winsup/w32api/include/w32api.h +++ b/winsup/w32api/include/w32api.h @@ -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 */ |