summaryrefslogtreecommitdiffstats
path: root/loader/com.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/com.h')
-rw-r--r--loader/com.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/com.h b/loader/com.h
index 6bbbc55b7d..3e9a94bd67 100644
--- a/loader/com.h
+++ b/loader/com.h
@@ -18,10 +18,6 @@
* Internal functions and structures for COM emulation code.
*/
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#ifndef GUID_TYPE
#define GUID_TYPE
typedef struct
@@ -83,8 +79,4 @@ void* STDCALL CoTaskMemAlloc(unsigned long);
void STDCALL CoTaskMemFree(void*);
#endif
-#ifdef __cplusplus
-};
-#endif /* __cplusplus */
-
#endif /* MPLAYER_COM_H */