Changeset 7866 for trunk/src/user32/window.cpp
- Timestamp:
- Feb 11, 2002, 2:48:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r7808 r7866 1 /* $Id: window.cpp,v 1.11 6 2002-02-06 16:31:48sandervl Exp $ */1 /* $Id: window.cpp,v 1.117 2002-02-11 13:48:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 593 593 * Author : Patrick Haller [Thu, 1998/02/26 11:55] 594 594 *****************************************************************************/ 595 ODINFUNCTION2(BOOL, ShowWindowAsync, 596 HWND, hwnd, 597 int, nCmdShow) 595 BOOL WIN32API ShowWindowAsync(HWND hwnd, int nCmdShow) 598 596 { 599 597 dprintf(("USER32:ShowWindowAsync (%08xh,%08x) not correctly implemented.\n",
Note:
See TracChangeset
for help on using the changeset viewer.