Ignore:
Timestamp:
Apr 24, 2003, 3:59:15 PM (23 years ago)
Author:
sandervl
Message:

EndDialog: Enable owner window regardless of whether it was enabled before dialog creation & check for fake windows in GetWindowFromOS2Handle

File:
1 edited

Legend:

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

    r10031 r10033  
    1 /* $Id: win32wfake.cpp,v 1.3 2003-04-23 18:01:01 sandervl Exp $ */
     1/* $Id: win32wfake.cpp,v 1.4 2003-04-24 13:59:15 sandervl Exp $ */
    22/*
    33 * Win32 Fake Window Class for OS/2
     
    251251        DebugInt3();
    252252    }
    253     dprintf(("Win32FakeWindow::GetWindowFromOS2Handle(%x) -> null", hwndOS2));
     253    dprintf2(("Win32FakeWindow::GetWindowFromOS2Handle(%x) -> null", hwndOS2));
    254254    return NULL;
    255255}
Note: See TracChangeset for help on using the changeset viewer.