view loader/drv.h @ 33780:04b4fa214c2a

Remove duplicated list code from the Win32 GUI. Use common code. Patch by Stephen Sheldon, sfsheldo gmail com.
author ib
date Sun, 10 Jul 2011 15:45:18 +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 */