Changeset 934 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Sep 14, 1999, 10:46:40 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r724 r934 1 /* $Id: oslibwin.cpp,v 1.2 6 1999-08-28 14:09:29 sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.27 1999-09-14 20:46:39 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 678 678 { 679 679 if(hwnd == OSLIB_HWND_DESKTOP) hwnd = HWND_DESKTOP; 680 else 681 if(hwnd == OSLIB_HWND_OBJECT) hwnd = HWND_OBJECT; 680 682 681 683 return WinBeginEnumWindows(hwnd); … … 706 708 //****************************************************************************** 707 709 //****************************************************************************** 710 BOOL OSLibWinQueryWindowProcess(HWND hwnd, ULONG *pid, ULONG *tid) 711 { 712 return WinQueryWindowProcess(hwnd, pid, tid); 713 } 714 //****************************************************************************** 715 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.