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/hmdevice.cpp

    r3819 r3948  
    1 /* $Id: hmdevice.cpp,v 1.21 2000-07-12 18:21:42 sandervl Exp $ */
     1/* $Id: hmdevice.cpp,v 1.22 2000-08-04 21:12:06 sandervl Exp $ */
    22
    33/*
     
    117117                               HANDLE  destprocess,
    118118                               PHANDLE desthandle,
    119                                 DWORD   fdwAccess,
    120                                 BOOL    fInherit,
    121                                 DWORD   fdwOptions)
     119                               DWORD   fdwAccess,
     120                               BOOL    fInherit,
     121                               DWORD   fdwOptions,
     122                               DWORD   fdwOdinOptions)
    122123{
    123124  dprintf(("KERNEL32:HandleManager::DuplicateHandle %s(%08x,%08x,%08x,%08x,%08x) - NOT IMPLEMENTED!!!!!!!!\n",
Note: See TracChangeset for help on using the changeset viewer.