Changeset 10031 for trunk/src/user32/oslibwin.h
- Timestamp:
- Apr 23, 2003, 8:01:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r10013 r10031 1 /* $Id: oslibwin.h,v 1.7 5 2003-04-11 15:22:33sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.76 2003-04-23 18:00:58 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 398 398 399 399 400 void * OSLibRemoveProperty(HWND hwnd, const char *psz); 401 BOOL OSLibSetProperty(HWND hwnd, const char *psz, void *pv, unsigned fFlags); 402 void * OSLibQueryProperty(HWND hwnd, const char *psz); 403 400 404 #endif //__OSLIBWIN_H__
Note:
See TracChangeset
for help on using the changeset viewer.