comparison loader/ext.h @ 7386:174e2a58b4cd

avifile sync - 95% cosmetics 5% bug
author arpi
date Fri, 13 Sep 2002 19:43:17 +0000
parents e06cabbd1a9b
children f5537cc95b02
comparison
equal deleted inserted replaced
7385:e2fcdd7608b1 7386:174e2a58b4cd
1 #ifndef loader_ext_h 1 #ifndef loader_ext_h
2 #define loader_ext_h 2 #define loader_ext_h
3 3
4 #include <wine/windef.h> 4 #include "wine/windef.h"
5 5
6 extern LPVOID FILE_dommap( int unix_handle, LPVOID start, 6 extern LPVOID FILE_dommap( int unix_handle, LPVOID start,
7 DWORD size_high, DWORD size_low, 7 DWORD size_high, DWORD size_low,
8 DWORD offset_high, DWORD offset_low, 8 DWORD offset_high, DWORD offset_low,
9 int prot, int flags ); 9 int prot, int flags );