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

there.
This commit is contained in:
François Gouget 2000-12-19 04:51:43 +00:00 committed by Alexandre Julliard
parent 640ec8e635
commit da4fd92316
1 changed files with 0 additions and 8 deletions

View File

@ -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 */