Changeset 329 for trunk/src/user32/new/oslibwin.h
- Timestamp:
- Jul 18, 1999, 4:56:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.h
r328 r329 1 /* $Id: oslibwin.h,v 1.1 1 1999-07-18 14:39:35sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.12 1999-07-18 14:56:36 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 184 184 185 185 BOOL OSLibWinDestroyWindow(HWND hwnd); 186 BOOL OSLibWinQueryUpdateRect(HWND hwnd, P RECTpRect);186 BOOL OSLibWinQueryUpdateRect(HWND hwnd, PVOID pRect); 187 187 BOOL OSLibWinIsIconic(HWND hwnd); 188 188 BOOL OSLibWinSetActiveWindow(HWND hwnd);
Note:
See TracChangeset
for help on using the changeset viewer.