input: fix possible crash in printing key combo names
[mplayer.git] / loader / drv.h
blob6f20b8ce54b2ae9ceeb07e5abbd6d14bd7116d77
1 /*
2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
4 */
6 #ifndef MPLAYER_DRV_H
7 #define MPLAYER_DRV_H
9 #include "wine/windef.h"
10 #include "wine/driver.h"
12 void CodecAlloc(void);
13 void CodecRelease(void);
15 HDRVR DrvOpen(LPARAM lParam2);
16 void DrvClose(HDRVR hdrvr);
18 #endif /* MPLAYER_DRV_H */