Ignore:
Timestamp:
Dec 29, 1999, 11:54:04 PM (26 years ago)
Author:
cbratschi
Message:

new mapping functions, fixed 1 pixel and window handle bugs

File:
1 edited

Legend:

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

    r2250 r2257  
    1 /* $Id: pmwindow.cpp,v 1.73 1999-12-29 14:37:16 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.74 1999-12-29 22:54:02 cbratschi Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    6565        //CB: only fail on real error
    6666        error = WinGetLastError(hab) & 0xFFFF; //error code
    67         if (!hab || error != PMERR_MSG_QUEUE_ALREADY_EXISTS)
     67        if (!hab || (error != PMERR_MSG_QUEUE_ALREADY_EXISTS))
    6868        {
    6969            dprintf(("WinInitialize or WinCreateMsgQueue failed %x %x", hab, hmq));
Note: See TracChangeset for help on using the changeset viewer.