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"
15 void my_garbagecollection(void);
18 UINT uDriverSignature
;
19 HINSTANCE hDriverModule
;
20 DRIVERPROC DriverProc
;
28 typedef struct tls_s tls_t
;
31 void* LookupExternal(const char* library
, int ordinal
);
32 void* LookupExternalByName(const char* library
, const char* name
);
34 #endif /* MPLAYER_WIN32_H */