Changeset 398 for trunk/src/user32/new/oslibwin.h
- Timestamp:
- Jul 26, 1999, 10:03:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.h
r397 r398 1 /* $Id: oslibwin.h,v 1.1 8 1999-07-26 09:01:34sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.19 1999-07-26 20:03:49 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 12 12 #ifndef __OSLIBWIN_H__ 13 13 #define __OSLIBWIN_H__ 14 #include <oslibgdi.h> 14 15 15 16 #define OSLIB_HWND_DESKTOP 0 … … 209 210 BOOL OSLibWinMinimizeWindow(HWND hwnd); 210 211 212 BOOL OSLibWinGetBorderSize(HWND hwnd, OSLIBPOINT *pointl); 213 211 214 #endif //__OSLIBWIN_H__
Note:
See TracChangeset
for help on using the changeset viewer.