Changeset 2384 for trunk/src/user32/win32wbase.h
- Timestamp:
- Jan 9, 2000, 4:56:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2383 r2384 1 /* $Id: win32wbase.h,v 1.6 8 2000-01-09 14:37:12sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.69 2000-01-09 15:56:05 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 151 151 HMENU GetMenu() { return (HMENU) OS2HwndMenu; }; 152 152 BOOL SetMenu(ULONG hMenu); 153 HMENU GetSystemMenu(BOOL fRevert); 153 154 154 155 BOOL SetIcon(HICON hIcon); … … 279 280 HWND OS2HwndFrame; 280 281 HWND OS2HwndMenu; 282 HMENU OS2SysMenu; 281 283 HWND Win32Hwnd; 282 284 BOOL isUnicode;
Note:
See TracChangeset
for help on using the changeset viewer.