Changeset 5201 for trunk/src/win32k
- Timestamp:
 - Feb 20, 2001, 5:57:28 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/lib/libDosAllocMemEx.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/win32k/lib/libDosAllocMemEx.c
r5177 r5201 1 /* $Id: libDosAllocMemEx.c,v 1. 6 2001-02-19 05:42:57bird Exp $1 /* $Id: libDosAllocMemEx.c,v 1.7 2001-02-20 04:57:28 bird Exp $ 2 2 * 3 3 * DosAllocMemEx - Extened Edition of DosAllocMem. … … 44 44 ULONG cbParam = sizeof(Param); 45 45 ULONG cbData = 0UL; 46 Param.pv = *ppv; 46 47 Param.ppv = ppv; 47 48 Param.cb = cb; 48 49 Param.flFlags = flag; … … 58 59 if (rc == NO_ERROR) 59 60 { 60 *ppv = Param.pv;61 61 rc = Param.rc; 62 62 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  