view loader/driver.h @ 1661:7a7beab9d7c6

preliminary linuxdoc version of docs in polish. this is not only unfinished but there are some technical problems ( polish national characters in many outputs - dvi, info, html! )
author eyck
date Thu, 23 Aug 2001 13:31:58 +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