mirror of https://github.com/mpv-player/mpv
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
|