view loader/driver.h @ 1313:d797ecb9778f

sh_audio->a_buffer is freed twice (here and in mplayer.c), can result to malloc heap corruption.
author jkeil
date Fri, 13 Jul 2001 08:54:24 +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