mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
a26b39974f
attribute mismatch between caller/caller. wine/loader is less sensitive to optimization now. (now that avifile-0.6 has the same patch installed, we're a bit closer to their CVS tree) Speed up win32 "QueryPerformanceFrequency" emulation on solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1308 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
186 B
C
12 lines
186 B
C
|
|
#ifndef loader_driver_h
|
|
#define loader_driver_h
|
|
|
|
#include <wine/windef.h>
|
|
#include <wine/vfw.h>
|
|
|
|
extern HDRVR VFWAPI DrvOpen(LPARAM lParam2);
|
|
extern void DrvClose(HDRVR hdrvr);
|
|
|
|
#endif
|