Changeset 4848 for trunk/src/user32/win32wbase.h
- Timestamp:
- Dec 29, 2000, 7:41:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r4628 r4848 1 /* $Id: win32wbase.h,v 1.10 1 2000-11-19 11:52:41sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.102 2000-12-29 18:40:00 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 297 297 INT enumPropsExW(PROPENUMPROCEXW func, LPARAM lParam); 298 298 299 static HWND Win32ToOS2Handle(HWND hwnd);300 static HWND OS2ToWin32Handle(HWND hwnd);301 302 299 static Win32BaseWindow *GetWindowFromHandle(HWND hwnd); 303 300 static Win32BaseWindow *GetWindowFromOS2Handle(HWND hwnd);
Note:
See TracChangeset
for help on using the changeset viewer.