Removed the 'extern "C" { ... }' statement. It is not supposed to be
there.
This commit is contained in:
parent
640ec8e635
commit
da4fd92316
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue