Ignore:
Timestamp:
Mar 27, 2003, 3:00:54 PM (22 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r9911 r9945  
    1 /* $Id: oslibmem.cpp,v 1.6 2003-03-06 10:44:34 sandervl Exp $ */
     1/* $Id: oslibmem.cpp,v 1.7 2003-03-27 14:00:53 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    4444//******************************************************************************
    4545//TODO: Check if this works for code aliases...
     46//NOTE: DosAliasMem fails if the address isn't page aligned
    4647//******************************************************************************
    4748DWORD OSLibDosAliasMem(LPVOID pb, ULONG cb, LPVOID *ppbAlias, ULONG fl)
Note: See TracChangeset for help on using the changeset viewer.