From da4fd923164478d085b0f0a11cf131d2ab18d0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gouget?= Date: Tue, 19 Dec 2000 04:51:43 +0000 Subject: [PATCH] Removed the 'extern "C" { ... }' statement. It is not supposed to be there. --- include/windows.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/windows.h b/include/windows.h index d4ccfc2e1b6..1ab74b76f2d 100644 --- a/include/windows.h +++ b/include/windows.h @@ -5,10 +5,6 @@ #error Wine should not include windows.h internally #endif -#ifdef __cplusplus -extern "C" { -#endif - /* All the basic includes */ /* #include "excpt.h" */ #include "windef.h" @@ -86,8 +82,4 @@ WORD WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE); #endif /* 0 */ -#ifdef __cplusplus -} -#endif - #endif /* __WINE_WINDOWS_H */