view loader/drv.h @ 36805:1471cf0a74f7

vcd: make high memory safe on OS/2 kLIBC DosDevIOCtl() is not high meory(-Zhigh-memory) safe. So allocate vcd structure in a low memory pool using a _lcalloc() on kLIBC.
author komh
date Sun, 23 Feb 2014 12:02:38 +0000
parents ff7b06c867cd
children
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 CodecAlloc(void);
void CodecRelease(void);

HDRVR DrvOpen(LPARAM lParam2);
void DrvClose(HDRVR hdrvr);

#endif /* MPLAYER_DRV_H */