mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
4f3776f018
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2070 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
190 B
C
12 lines
190 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
|