Ignore:
Timestamp:
Apr 20, 2004, 12:11:44 PM (21 years ago)
Author:
sandervl
Message:

KSO: Update

File:
1 edited

Legend:

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

    r10585 r10587  
    1 /* $Id: win32wbase.cpp,v 1.388 2004-04-15 16:18:55 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.389 2004-04-20 10:11:43 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    24762476        //SvL: These checks are causing problems in Lotus Notes 6
    24772477        //     It's not entirely clear why, but child windows are not placed
    2478         //     correctly when enabling them. 
     2478        //     correctly when enabling them.
    24792479#if 0
    24802480        if((rectWindow.right - rectWindow.left == cx) && (rectWindow.bottom - rectWindow.top == cy)) {
     
    26682668    }
    26692669
    2670     if(!(fuFlags & SWP_NOSIZE)) 
     2670    if(!(fuFlags & SWP_NOSIZE))
    26712671    {
    26722672        // We must call this function or open DC will get out of sync
     
    42744274//******************************************************************************
    42754275GenericObject   *Win32BaseWindow::windows  = NULL;
    4276 CRITICAL_SECTION Win32BaseWindow::critsect = {0};
     4276VMutex           Win32BaseWindow::critsect;
    42774277
    42784278//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.