Ignore:
Timestamp:
Oct 18, 2001, 1:02:22 PM (24 years ago)
Author:
sandervl
Message:

OSLibWinCreatePointer fix for cursors

File:
1 edited

Legend:

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

    r7097 r7107  
    1 /* $Id: win32wbase.cpp,v 1.292 2001-10-17 15:16:57 phaller Exp $ */
     1/* $Id: win32wbase.cpp,v 1.293 2001-10-18 11:02:22 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    36363636                dprintf(("SetWindowLong GWL_STYLE %x old %x new style %x (%x)", getWindowHandle(), dwStyle, value));
    36373637#ifdef DEBUG
    3638                 if((value & WS_CHILD) != (dwStyle & WS_CHILD)) {
    3639                     DebugInt3(); //is this allowed?
    3640                 }
     3638//                if((value & WS_CHILD) != (dwStyle & WS_CHILD)) {
     3639//                    DebugInt3(); //is this allowed?
     3640//                }
    36413641#endif
    36423642                value &= ~(WS_CHILD);
Note: See TracChangeset for help on using the changeset viewer.