Ignore:
Timestamp:
Apr 2, 2003, 2:58:02 PM (22 years ago)
Author:
sandervl
Message:

YD: Changes for header updates + WM_SETTEXT button fix

File:
1 edited

Legend:

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

    r9930 r9974  
    1 /* $Id: window.cpp,v 1.133 2003-03-20 13:20:46 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.134 2003-04-02 12:58:02 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    17771777 *             SwitchToThisWindow   (USER32.539)
    17781778 */
    1779 DWORD WINAPI SwitchToThisWindow( HWND hwnd,  BOOL restore )
    1780 {
    1781     return ShowWindow( hwnd, restore ? SW_RESTORE : SW_SHOWMINIMIZED );
     1779VOID WINAPI SwitchToThisWindow( HWND hwnd,  BOOL restore )
     1780{
     1781    ShowWindow( hwnd, restore ? SW_RESTORE : SW_SHOWMINIMIZED );
    17821782}
    17831783//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.