Changeset 1432 for trunk/src/kernel32/hmmmap.cpp
- Timestamp:
- Oct 25, 1999, 12:53:25 AM (26 years ago)
- 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:00sandervl Exp $ */1 /* $Id: hmmmap.cpp,v 1.7 1999-10-24 22:51:21 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include "HMMMap.h" 32 32 #include "mmap.h" 33 #include "heapshared.h" 33 34 34 35 /***************************************************************************** … … 64 65 65 66 dprintf(("CreateFileMappingA: invalid parameter (combination)!")); 67 dprintf(("Parameters: %x %x %x %x %s", hFile, protect, size_high, size_low, name)); 66 68 return ERROR_INVALID_PARAMETER; 67 69 }
Note:
See TracChangeset
for help on using the changeset viewer.