- Timestamp:
- Jul 23, 2002, 1:04:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r8801 r8908 1 /* $Id: oslibmsg.cpp,v 1.5 8 2002-06-28 19:45:45sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.59 2002-07-23 11:04:18 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 590 590 if(NULL == packet) 591 591 { 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")); 594 593 595 594 // PH: we cannot provide a correct returncode :( … … 618 617 if (NULL == packet) 619 618 { 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")); 622 620 623 621 // PH: we can provide a correct returncode … … 646 644 if(NULL == packet) 647 645 { 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")); 650 647 651 648 DebugInt3();
Note:
See TracChangeset
for help on using the changeset viewer.