summaryrefslogtreecommitdiffstats
path: root/loader/wine/ntdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/ntdef.h')
-rw-r--r--loader/wine/ntdef.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/wine/ntdef.h b/loader/wine/ntdef.h
index 9e68828bbf..c7061a4c1d 100644
--- a/loader/wine/ntdef.h
+++ b/loader/wine/ntdef.h
@@ -6,10 +6,6 @@
#include "pshpack1.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define NTAPI __stdcall
#ifndef IN
@@ -92,10 +88,6 @@ typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
}
-#ifdef __cplusplus
-}
-#endif
-
#include "poppack.h"
#endif /* MPLAYER_NTDEF_H */