diff options
author | Roland McGrath <roland@redhat.com> | 1996-07-19 21:41:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-07-19 21:41:07 +0000 |
commit | fc47a2c83c4b6c6d47f3c73fd3879fc92eb9c4b3 (patch) | |
tree | aee171b39ecfd5ba9ed6b747291cb2a802d5894f /w32/include/w32err.h | |
parent | 561b3843134b03629384a73cdc2a2e5242fd39ed (diff) | |
download | gunmake-fc47a2c83c4b6c6d47f3c73fd3879fc92eb9c4b3.tar.gz |
updated w32 code by tulloh
Diffstat (limited to 'w32/include/w32err.h')
-rw-r--r-- | w32/include/w32err.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/w32/include/w32err.h b/w32/include/w32err.h index 7e9df78..b48dbbe 100644 --- a/w32/include/w32err.h +++ b/w32/include/w32err.h @@ -1,10 +1,10 @@ -#ifndef _W32ERR_H_ -#define _W32ERR_H_ - -#ifndef EXTERN_DECL -#define EXTERN_DECL(entry, args) entry args -#endif - -EXTERN_DECL(char * map_win32_error_to_string, (DWORD error)); - -#endif /* !_W32ERR_H */ +#ifndef _W32ERR_H_
+#define _W32ERR_H_
+
+#ifndef EXTERN_DECL
+#define EXTERN_DECL(entry, args) entry args
+#endif
+
+EXTERN_DECL(char * map_win32_error_to_string, (DWORD error));
+
+#endif /* !_W32ERR_H */
|