Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

ext.h

00001 /*
00002  * Modified for use with MPlayer, detailed CVS changelog at
00003  * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
00004  * $Id: ext.h 11593 2005-06-28 18:02:01Z courmisch $
00005  */
00006 
00007 #ifndef loader_ext_h
00008 #define loader_ext_h
00009 
00010 #include "wine/windef.h"
00011 
00012 extern LPVOID FILE_dommap( int unix_handle, LPVOID start,
00013                            DWORD size_high, DWORD size_low,
00014                            DWORD offset_high, DWORD offset_low,
00015                            int prot, int flags );
00016 extern int FILE_munmap( LPVOID start, DWORD size_high, DWORD size_low );
00017 extern int wcsnicmp(const unsigned short* s1, const unsigned short* s2, int n);
00018 extern int __vprintf( const char *format, ... );
00019 
00020 #endif

Generated on Tue Dec 20 10:14:20 2005 for vlc-0.8.4a by  doxygen 1.4.2