Changeset 2676 for trunk/src/user32/oslibwin.h
- Timestamp:
- Feb 7, 2000, 3:30:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r2666 r2676 1 /* $Id: oslibwin.h,v 1.3 8 2000-02-05 19:45:16 cbratschiExp $ */1 /* $Id: oslibwin.h,v 1.39 2000-02-07 14:30:18 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 40 40 HWND OSLibWinCreateWindow(HWND hwndParent,ULONG dwWinStyle, 41 41 char *pszName, HWND Owner, ULONG fBottom, 42 HWND *hwndFrame, ULONG id, BOOL fTaskList,BOOL fShellPosition, BOOL saveBits);42 HWND *hwndFrame, ULONG id, BOOL fTaskList,BOOL fShellPosition, int classStyle); 43 43 44 44 BOOL OSLibWinConvertStyle(ULONG dwStyle, ULONG dwExStyle, ULONG *OSWinStyle);
Note:
See TracChangeset
for help on using the changeset viewer.