/[zanavi_public1]/navit/navit/support/win32/sys/mman.h
ZANavi

Contents of /navit/navit/support/win32/sys/mman.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: text/plain
File size: 264 byte(s)
import files
1 #ifndef _WIN32_MMAN_H_INCLUDED
2 #define _WIN32_MMAN_H_INCLUDED
3
4 void * mmap_readonly_win32( const char* name, long* map_handle_ptr, long* map_file_ptr );
5 void mmap_unmap_win32( void* mem_ptr, long map_handle, long map_file );
6
7 #endif /* !_WIN32_MMAN_H_INCLUDED */
8

   
Visit the ZANavi Wiki