Changeset 5177 for trunk/src/win32k/lib/libDosAllocMemEx.c
- Timestamp:
- Feb 19, 2001, 6:42:57 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/lib/libDosAllocMemEx.c
r4787 r5177 1 /* $Id: libDosAllocMemEx.c,v 1. 5 2000-12-11 06:53:53bird Exp $1 /* $Id: libDosAllocMemEx.c,v 1.6 2001-02-19 05:42:57 bird Exp $ 2 2 * 3 3 * DosAllocMemEx - Extened Edition of DosAllocMem. … … 58 58 if (rc == NO_ERROR) 59 59 { 60 ppv = Param.pv;60 *ppv = Param.pv; 61 61 rc = Param.rc; 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.