Ignore:
Timestamp:
Jul 13, 2002, 5:58:21 PM (23 years ago)
Author:
sandervl
Message:

moved OS2 memory functions into seperate file

File:
1 edited

Legend:

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

    r8809 r8864  
    1 /* $Id: virtual.cpp,v 1.45 2002-06-30 13:46:46 sandervl Exp $ */
     1/* $Id: virtual.cpp,v 1.46 2002-07-13 15:58:21 sandervl Exp $ */
    22
    33/*
     
    526526  if(pfdwOldProtect == NULL) {
    527527        dprintf(("WARNING: pfdwOldProtect == NULL"));
    528     SetLastError(ERROR_INVALID_PARAMETER);
     528        SetLastError(ERROR_INVALID_PARAMETER);
    529529        return(FALSE);
    530530  }
Note: See TracChangeset for help on using the changeset viewer.