From 94d17419a6d1e787b65cb483fc29d3393983a436 Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Sun, 2 Jan 2005 14:11:28 +0000 Subject: * 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. --- winsup/w32api/include/afxres.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'winsup/w32api/include/afxres.h') 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 +#include #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 -- cgit v1.2.3