Commit da4fd923 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard

Removed the 'extern "C" { ... }' statement. It is not supposed to be

there.
parent 640ec8e6
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment