source: trunk/include/win/virtual.h@ 607

Last change on this file since 607 was 607, checked in by sandervl, 26 years ago

Memory mapped file changes

File size: 297 bytes
Line 
1/* $Id: virtual.h,v 1.1 1999-08-21 16:30:53 sandervl Exp $ */
2
3/*
4 * Some help functions
5 *
6 * Copyright 1999 Sander van Leeuwen
7 */
8
9#ifndef __VIRTUAL_H
10#define __VIRTUAL_H
11
12LPVOID WINAPI VIRTUAL_MapFileA( LPCSTR name );
13LPVOID WINAPI VIRTUAL_MapFileW( LPCWSTR name );
14
15#endif /* __VIRTUAL_H */
Note: See TracBrowser for help on using the repository browser.