Ignore:
Timestamp:
Aug 4, 2000, 11:12:10 PM (25 years ago)
Author:
sandervl
Message:

mmap + share hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/virtual.cpp

    r3483 r3948  
    1 /* $Id: virtual.cpp,v 1.30 2000-05-02 20:53:13 sandervl Exp $ */
     1/* $Id: virtual.cpp,v 1.31 2000-08-04 21:12:09 sandervl Exp $ */
    22
    33/*
     
    5252                LPCSTR name      /* [in] Name of file-mapping object */ )
    5353{
     54   dprintf(("CreateFileMappingA: %x %x %x%x %s", hFile, protect, size_high, size_low, name));
    5455   return HMCreateFileMapping(hFile, sa, protect, size_high, size_low, name);
    5556}
Note: See TracChangeset for help on using the changeset viewer.