view loader/driver.h @ 1502:ccb1f3ddb29a

atlka@pg.gda.pl: utf8 opion corrected added draw_osd() funcion to libvo/vo_*.c files corrected indicators (brightness, sound etc.) to be in 0..100 range if we have Name.utf file it automatically switches to utf8 mode
author atlka
date Mon, 13 Aug 2001 11:33:34 +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