Changeset 1333 for trunk/src/user32/oslibwin.h
- Timestamp:
- Oct 17, 1999, 2:17:46 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r1297 r1333 1 /* $Id: oslibwin.h,v 1.1 6 1999-10-14 18:27:57 sandervlExp $ */1 /* $Id: oslibwin.h,v 1.17 1999-10-17 12:17:43 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 38 38 39 39 HWND OSLibWinCreateWindow(HWND hwndParent, ULONG dwWinStyle, ULONG dwFrameStyle, 40 char *pszName, HWND Owner, ULONG fHWND_BOTTOM, 40 char *pszName, HWND Owner, ULONG fHWND_BOTTOM, 41 41 HWND *hwndFrame, ULONG id); 42 42 … … 273 273 void OSLibTranslateScrollCmdAndMsg(ULONG *msg, ULONG *scrollcmd); 274 274 275 PVOID OSLibWinSubclassWindow(HWND hwnd,PVOID newWndProc); 276 275 277 #endif //__OSLIBWIN_H__
Note:
See TracChangeset
for help on using the changeset viewer.