Changeset 4855 for trunk/include
- Timestamp:
- Dec 30, 2000, 2:26:53 PM (25 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32type.h
r4657 r4855 1 /* $Id: win32type.h,v 1.4 3 2000-11-21 11:33:59sandervl Exp $ */1 /* $Id: win32type.h,v 1.44 2000-12-30 13:26:53 sandervl Exp $ */ 2 2 3 3 /* … … 336 336 #define HCURSOR DWORD 337 337 #define HBRUSH DWORD 338 #define HPEN DWORD 338 339 #define HMENU DWORD 339 340 #define HFONT DWORD -
trunk/include/winuser32.h
r4848 r4855 1 /* $Id: winuser32.h,v 1. 6 2000-12-29 18:41:23 sandervl Exp $ */1 /* $Id: winuser32.h,v 1.7 2000-12-30 13:26:53 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 HWND WIN32API OS2ToWin32Handle(HWND hwnd); 31 31 32 BOOL WIN32API IsSystemPen(HPEN hPen); 33 BOOL WIN32API IsSystemBrush(HBRUSH hBrush); 34 32 35 #endif //__WINUSER32_H__
Note:
See TracChangeset
for help on using the changeset viewer.