comparison loader/driver.h @ 2069:ce45cce7f7a5

sync with avifile
author arpi
date Thu, 04 Oct 2001 02:21:47 +0000
parents d8c1b0b38edc
children 174e2a58b4cd
comparison
equal deleted inserted replaced
2068:3189c317dfc1 2069:ce45cce7f7a5
1 1
2 #ifndef loader_driver_h 2 #ifndef loader_driver_h
3 #define loader_driver_h 3 #define loader_driver_h
4 4
5 #include <wine/windef.h> 5 //#include "wine/windef.h"
6 #include <wine/vfw.h> 6 //#include "wine/vfw.h"
7 7
8 extern HDRVR VFWAPI DrvOpen(LPARAM lParam2); 8 extern HDRVR VFWAPI DrvOpen(LPARAM lParam2);
9 extern void DrvClose(HDRVR hdrvr); 9 extern void DrvClose(HDRVR hdrvr);
10 10
11 #endif 11 #endif