Ignore:
Timestamp:
Jun 14, 2001, 4:49:19 PM (24 years ago)
Author:
sandervl
Message:

temporary workaround added for opera crash

File:
1 edited

Legend:

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

    r5935 r6012  
    1 /* $Id: windowmsg.cpp,v 1.26 2001-06-09 14:50:26 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.27 2001-06-14 14:49:19 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    204204    if(!window) {
    205205        dprintf(("PostMessageA, window %x not found", hwnd));
    206         return 0;
     206        return FALSE;
    207207    }
    208208    hwndOS2 = window->getOS2WindowHandle();
     
    230230    if(!window) {
    231231        dprintf(("PostMessageW, window %x not found", hwnd));
    232         return 0;
     232        return FALSE;
    233233    }
    234234    hwndOS2 = window->getOS2WindowHandle();
Note: See TracChangeset for help on using the changeset viewer.