00001 /* $Id: oslibdos.h,v 1.3 2000/01/18 20:08:10 sandervl Exp $ */ 00002 /* 00003 * Dos* api wrappers for OS/2 00004 * 00005 * 00006 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) 00007 * 00008 * 00009 * Project Odin Software License can be found in LICENSE.TXT 00010 * 00011 */ 00012 #ifndef __OSLIBDOS_H__ 00013 #define __OSLIBDOS_H__ 00014 00015 #define OSLIB_PAG_READ 1 00016 #define OSLIB_PAG_WRITE 2 00017 00018 DWORD OSLibDosGetSharedMem(PVOID addr, DWORD size, DWORD flags); 00019 00020 #endif //__OSLIBDOS_H__