summaryrefslogtreecommitdiffstats
path: root/loader/drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/drv.h')
-rw-r--r--loader/drv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/drv.h b/loader/drv.h
index b064b46802..9ae1f8fbec 100644
--- a/loader/drv.h
+++ b/loader/drv.h
@@ -6,10 +6,6 @@
#ifndef MPLAYER_DRV_H
#define MPLAYER_DRV_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include "wine/windef.h"
#include "wine/driver.h"
@@ -20,8 +16,4 @@ void CodecRelease(void);
HDRVR DrvOpen(LPARAM lParam2);
void DrvClose(HDRVR hdrvr);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* MPLAYER_DRV_H */