summaryrefslogtreecommitdiffstats
path: root/loader/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/win32.h')
-rw-r--r--loader/win32.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/loader/win32.h b/loader/win32.h
deleted file mode 100644
index bc2a28aeb8..0000000000
--- a/loader/win32.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Modified for use with MPlayer, detailed changelog at
- * http://svn.mplayerhq.hu/mplayer/trunk/
- */
-
-#ifndef MPLAYER_WIN32_H
-#define MPLAYER_WIN32_H
-
-#include <time.h>
-
-#include "wine/windef.h"
-#include "wine/winbase.h"
-#include "com.h"
-
-void my_garbagecollection(void);
-
-typedef struct {
- UINT uDriverSignature;
- HINSTANCE hDriverModule;
- DRIVERPROC DriverProc;
- DWORD dwDriverID;
-} DRVR;
-
-typedef DRVR *PDRVR;
-typedef DRVR *NPDRVR;
-typedef DRVR *LPDRVR;
-
-typedef struct tls_s tls_t;
-
-
-void* LookupExternal(const char* library, int ordinal);
-void* LookupExternalByName(const char* library, const char* name);
-
-#endif /* MPLAYER_WIN32_H */