Mercurial > mplayer.hg
view loader/drv.h @ 30858:62c00b7dd846
Implement GetVersionExW with the same data as GetVersionExA but taking in a
different structure, and CreateMutexW, CreateEventW and CreateSemaphoreW as
simple wrappers around the A versions.
author | sesse |
---|---|
date | Mon, 15 Mar 2010 12:54:54 +0000 |
parents | 26f673ba0675 |
children | ff7b06c867cd |
line wrap: on
line source
/* * Modified for use with MPlayer, detailed changelog at * http://svn.mplayerhq.hu/mplayer/trunk/ */ #ifndef MPLAYER_DRV_H #define MPLAYER_DRV_H #include "wine/windef.h" #include "wine/driver.h" void SetCodecPath(const char* path); void CodecAlloc(void); void CodecRelease(void); HDRVR DrvOpen(LPARAM lParam2); void DrvClose(HDRVR hdrvr); #endif /* MPLAYER_DRV_H */