diff options
author | Earnie Boyd <earnie@users.sf.net> | 2005-01-02 14:11:28 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2005-01-02 14:11:28 +0000 |
commit | 94d17419a6d1e787b65cb483fc29d3393983a436 (patch) | |
tree | 0823ce79aa72857c9438a69c6adaef846bb54e8c /winsup/w32api/include/afxres.h | |
parent | 615c8c8884821411a4172bb60ab0714d2a9425d2 (diff) | |
download | cygnal-94d17419a6d1e787b65cb483fc29d3393983a436.tar.gz cygnal-94d17419a6d1e787b65cb483fc29d3393983a436.tar.bz2 cygnal-94d17419a6d1e787b65cb483fc29d3393983a436.zip |
* include/afxres.h: Remove the \r from the line ending.
* include/errorrep.h: Ditto.
* include/shldisp.h: Ditto.
* include/tschema.h: Ditto.
* lib/dhcpcsvc.def: Ditto.
* lib/uxtheme.def: Ditto.
* lib/wldap32.def: Ditto.
Diffstat (limited to 'winsup/w32api/include/afxres.h')
-rw-r--r-- | winsup/w32api/include/afxres.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/winsup/w32api/include/afxres.h b/winsup/w32api/include/afxres.h index 8c3f01a9a..91e7f495a 100644 --- a/winsup/w32api/include/afxres.h +++ b/winsup/w32api/include/afxres.h @@ -1,23 +1,23 @@ #ifndef _AFXRES_H #define _AFXRES_H -#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
+#if __GNUC__ >= 3 +#pragma GCC system_header +#endif + +#ifdef __cplusplus +extern "C" { +#endif + #ifndef _WINDOWS_H -#include <windows.h>
+#include <windows.h> #endif -
+ /* IDC_STATIC is documented in winuser.h, but not defined. */ -#ifndef IDC_STATIC
-#define IDC_STATIC (-1)
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-#endif
+#ifndef IDC_STATIC +#define IDC_STATIC (-1) +#endif + +#ifdef __cplusplus +} +#endif +#endif |