Changeset 15758
- Timestamp:
- Feb 19, 2001, 7:12:20 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/kernel32/oslibdos.cpp ¶
r15756 r15758 1 /* $Id: oslibdos.cpp,v 1.5 7 2001-02-19 17:25:14bird Exp $ */1 /* $Id: oslibdos.cpp,v 1.58 2001-02-19 18:12:20 bird Exp $ */ 2 2 /* 3 3 * Wrappers for OS/2 Dos* API … … 305 305 if (libWin32kInstalled()) 306 306 { 307 rc = DosAllocMemEx( &pvMemAddr, cb, flFlags | flAllocMem | OBJ_ALIGN64K);307 rc = DosAllocMemEx(lplpMemAddr, cb, flFlags | flAllocMem | OBJ_ALIGN64K); 308 308 if (rc != ERROR_NOT_SUPPORTED) /* This call was stubbed until recently. */ 309 309 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.