Changeset 9974 for trunk/src/user32/window.cpp
- Timestamp:
- Apr 2, 2003, 2:58:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r9930 r9974 1 /* $Id: window.cpp,v 1.13 3 2003-03-20 13:20:46sandervl Exp $ */1 /* $Id: window.cpp,v 1.134 2003-04-02 12:58:02 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 1777 1777 * SwitchToThisWindow (USER32.539) 1778 1778 */ 1779 DWORD WINAPI SwitchToThisWindow( HWND hwnd, BOOL restore )1780 { 1781 returnShowWindow( hwnd, restore ? SW_RESTORE : SW_SHOWMINIMIZED );1779 VOID WINAPI SwitchToThisWindow( HWND hwnd, BOOL restore ) 1780 { 1781 ShowWindow( hwnd, restore ? SW_RESTORE : SW_SHOWMINIMIZED ); 1782 1782 } 1783 1783 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.