Ignore:
Timestamp:
Oct 25, 1999, 12:53:25 AM (26 years ago)
Author:
sandervl
Message:

Shared memory mapping changes

File:
1 edited

Legend:

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

    r712 r1432  
    1 /* $Id: hmmmap.cpp,v 1.6 1999-08-27 16:51:00 sandervl Exp $ */
     1/* $Id: hmmmap.cpp,v 1.7 1999-10-24 22:51:21 sandervl Exp $ */
    22
    33/*
     
    3131#include "HMMMap.h"
    3232#include "mmap.h"
     33#include "heapshared.h"
    3334
    3435/*****************************************************************************
     
    6465
    6566        dprintf(("CreateFileMappingA: invalid parameter (combination)!"));
     67        dprintf(("Parameters: %x %x %x %x %s", hFile, protect, size_high, size_low, name));
    6668        return ERROR_INVALID_PARAMETER;
    6769  }
Note: See TracChangeset for help on using the changeset viewer.