Changeset 685 for trunk/include


Ignore:
Timestamp:
Aug 25, 1999, 2:29:26 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/virtual.h

    r607 r685  
    1 /* $Id: virtual.h,v 1.1 1999-08-21 16:30:53 sandervl Exp $ */
     1/* $Id: virtual.h,v 1.2 1999-08-25 12:29:26 sandervl Exp $ */
    22
    33/*
     
    1010#define __VIRTUAL_H
    1111
    12 LPVOID WINAPI VIRTUAL_MapFileA( LPCSTR name );
    13 LPVOID WINAPI VIRTUAL_MapFileW( LPCWSTR name );
     12HANDLE WINAPI VIRTUAL_MapFileA( LPCSTR name , LPVOID *lpMapping);
     13HANDLE WINAPI VIRTUAL_MapFileW( LPCWSTR name , LPVOID *lpMapping);
     14
     15#ifndef _OS2WIN_H
     16void WINAPI CloseHandle(HANDLE hHandle);
     17#endif
    1418
    1519#endif  /* __VIRTUAL_H */
  • trunk/include/winimage.h

    r651 r685  
    1 /* $Id: winimage.h,v 1.10 1999-08-23 17:04:14 sandervl Exp $ */
     1/* $Id: winimage.h,v 1.11 1999-08-25 12:29:25 sandervl Exp $ */
    22
    33/*
     
    114114virtual ~Win32Image();
    115115
    116         //called to reset object to native OS/2 or converted win32 dll
    117         void OS2ImageInit(HINSTANCE hinstance, int NameTableId, int Win32TableId);
    118 
    119116        //reservedMem is address of memory reserved in peldr.dll (allocated before
    120117        //any dlls are loaded, so that exes without fixups can be loaded at a low
     
    160157
    161158protected:
     159        //called to reset object to native OS/2 or converted win32 dll
     160        void OS2ImageInit(HINSTANCE hinstance, int NameTableId, int Win32TableId);
     161
    162162        void tlsAlloc();                //Allocate TLS index for this module
    163163        void tlsDelete();               //Destroy TLS index for this module
Note: See TracChangeset for help on using the changeset viewer.