Changeset 8908 for trunk/src


Ignore:
Timestamp:
Jul 23, 2002, 1:04:18 PM (23 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmsg.cpp

    r8801 r8908  
    1 /* $Id: oslibmsg.cpp,v 1.58 2002-06-28 19:45:45 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.59 2002-07-23 11:04:18 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    590590    if(NULL == packet)
    591591    {
    592         dprintf(("user32::oslibmsg::OSLibSendMessage - allocated packet structure is NULL, heapmin=%d\n",
    593                  _sheapmin() ));
     592        dprintf(("user32::oslibmsg::OSLibSendMessage - allocated packet structure is NULL"));
    594593   
    595594        // PH: we cannot provide a correct returncode :(
     
    618617    if (NULL == packet)
    619618    {
    620         dprintf(("user32::oslibmsg::OSLibPostMessage - allocated packet structure is NULL, heapmin=%d\n",
    621                  _sheapmin() ));
     619        dprintf(("user32::oslibmsg::OSLibPostMessage - allocated packet structure is NULL"));
    622620   
    623621        // PH: we can provide a correct returncode
     
    646644    if(NULL == packet)
    647645    {
    648         dprintf(("user32::oslibmsg::OSLibPostMessage - allocated packet structure is NULL, heapmin=%d\n",
    649                  _sheapmin() ));
     646        dprintf(("user32::oslibmsg::OSLibPostMessage - allocated packet structure is NULL"));
    650647
    651648        DebugInt3();   
Note: See TracChangeset for help on using the changeset viewer.