view loader/driver.h @ 4940:098970f06dc2

patch by Nilmoni Deb <ndeb@ece.cmu.edu>: "Ok folks, I got it at last. It must have been a careless error caused during cut and paste. So here's the patch. " which is shortened to '10L' in mplayer dev's language ;)
author pl
date Tue, 05 Mar 2002 08:51:57 +0000
parents ce45cce7f7a5
children 174e2a58b4cd
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