Changeset 1209 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 9, 1999, 11:45:28 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1189 r1209 1 /* $Id: win32wbase.h,v 1.1 5 1999-10-08 16:13:09 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.16 1999-10-09 09:45:28 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 199 199 static Win32BaseWindow *GetWindowFromHandle(HWND hwnd); 200 200 static Win32BaseWindow *GetWindowFromOS2Handle(HWND hwnd); 201 static Win32BaseWindow *GetWindowFrom FrameHandle(HWND hwnd);201 static Win32BaseWindow *GetWindowFromOS2FrameHandle(HWND hwnd); 202 202 203 203 PVOID getOldFrameProc() { return pOldFrameProc; };
Note:
See TracChangeset
for help on using the changeset viewer.