Changeset 6366 for trunk/src/kernel32/os2heap.cpp
- Timestamp:
- Jul 19, 2001, 10:00:56 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/os2heap.cpp
r6354 r6366 1 /* $Id: os2heap.cpp,v 1.2 0 2001-07-17 12:10:21sandervl Exp $ */1 /* $Id: os2heap.cpp,v 1.21 2001-07-19 20:00:56 sandervl Exp $ */ 2 2 3 3 /* … … 57 57 heapelem = NULL; 58 58 59 dwInitialSize = (dwInitialSize >= 0x4000) ? dwInitialSize : 0x4000; 60 59 61 this->dwMaximumSize = dwMaximumSize; 60 this->dwInitialSize = (dwInitialSize) ? dwInitialSize : 0x4000;62 this->dwInitialSize = dwInitialSize; 61 63 this->flOptions = flOptions; 62 64
Note:
See TracChangeset
for help on using the changeset viewer.