Changeset 4211 for trunk/src/user32/window.cpp
- Timestamp:
- Sep 8, 2000, 12:23:07 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r4203 r4211 1 /* $Id: window.cpp,v 1.7 5 2000-09-07 18:14:35 sandervlExp $ */1 /* $Id: window.cpp,v 1.76 2000-09-07 22:23:07 phaller Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 19 19 */ 20 20 21 /***************************************************************************** 22 * Includes * 23 *****************************************************************************/ 24 25 #include <odin.h> 26 #include <odinwrap.h> 27 #include <os2sel.h> 28 29 21 30 #include <os2win.h> 22 31 #include <misc.h> … … 36 45 #define DBG_LOCALLOG DBG_window 37 46 #include "dbglocal.h" 47 48 /***************************************************************************** 49 * Defines * 50 *****************************************************************************/ 51 52 ODINDEBUGCHANNEL(USER32-WINDOW) 53 38 54 39 55 //****************************************************************************** … … 435 451 //****************************************************************************** 436 452 //****************************************************************************** 437 HWND WIN32API GetWindow(HWND hwnd, UINT uCmd) 453 //HWND WIN32API GetWindow(HWND hwnd, UINT uCmd) 454 // @@@PH 2000/09/07: it seems GetWindow came back with FS: corrupted 455 // when trying with Netscape. 456 ODINFUNCTION2(HWND, GetWindow, 457 HWND, hwnd, 458 UINT, uCmd) 438 459 { 439 460 Win32BaseWindow *window;
Note:
See TracChangeset
for help on using the changeset viewer.