Changeset 15758


Ignore:
Timestamp:
Feb 19, 2001, 7:12:20 PM (24 years ago)
Author:
bird
Message:

Urg! Sent wrong parameter in to DosAllocMemEx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/oslibdos.cpp

    r15756 r15758  
    1 /* $Id: oslibdos.cpp,v 1.57 2001-02-19 17:25:14 bird Exp $ */
     1/* $Id: oslibdos.cpp,v 1.58 2001-02-19 18:12:20 bird Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    305305    if (libWin32kInstalled())
    306306    {
    307         rc = DosAllocMemEx(&pvMemAddr, cb, flFlags | flAllocMem | OBJ_ALIGN64K);
     307        rc = DosAllocMemEx(lplpMemAddr, cb, flFlags | flAllocMem | OBJ_ALIGN64K);
    308308        if (rc != ERROR_NOT_SUPPORTED)  /* This call was stubbed until recently. */
    309309            return rc;
Note: See TracChangeset for help on using the changeset viewer.