Mercurial > mplayer.hg
view loader/driver.h @ 1793:ba11d77c587a
gui status maintaining - now pause from console works, and gui display is in sync with osd
author | arpi |
---|---|
date | Thu, 30 Aug 2001 23:11:06 +0000 |
parents | d8c1b0b38edc |
children | ce45cce7f7a5 |
line wrap: on
line source
#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