2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
6 #ifndef MPLAYER_WIN32_H
7 #define MPLAYER_WIN32_H
11 #include "wine/windef.h"
12 #include "wine/winbase.h"
17 #include "avm_output.h"
19 #define printf(a, ...) avm_printf("Win32 plugin", a, ## __VA_ARGS__)
24 void my_garbagecollection(void);
27 UINT uDriverSignature
;
28 HINSTANCE hDriverModule
;
29 DRIVERPROC DriverProc
;
37 typedef struct tls_s tls_t
;
40 void* LookupExternal(const char* library
, int ordinal
);
41 void* LookupExternalByName(const char* library
, const char* name
);
43 #endif /* MPLAYER_WIN32_H */