2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
9 #include "wine/windef.h"
11 extern LPVOID
FILE_dommap( int unix_handle
, LPVOID start
,
12 DWORD size_high
, DWORD size_low
,
13 DWORD offset_high
, DWORD offset_low
,
14 int prot
, int flags
);
15 extern int FILE_munmap( LPVOID start
, DWORD size_high
, DWORD size_low
);
16 extern int wcsnicmp(const unsigned short* s1
, const unsigned short* s2
, int n
);
17 extern int __vprintf( const char *format
, ... );
19 #endif /* MPLAYER_EXT_H */