Ignore:
Timestamp:
Jan 9, 2000, 4:56:06 PM (26 years ago)
Author:
sandervl
Message:

win32 look update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r2383 r2384  
    1 /* $Id: win32wbase.h,v 1.68 2000-01-09 14:37:12 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.69 2000-01-09 15:56:05 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    151151         HMENU  GetMenu()                           { return (HMENU) OS2HwndMenu; };
    152152         BOOL   SetMenu(ULONG hMenu);
     153         HMENU  GetSystemMenu(BOOL fRevert);
    153154
    154155         BOOL   SetIcon(HICON hIcon);
     
    279280        HWND    OS2HwndFrame;
    280281        HWND    OS2HwndMenu;
     282        HMENU   OS2SysMenu;
    281283        HWND    Win32Hwnd;
    282284        BOOL    isUnicode;
Note: See TracChangeset for help on using the changeset viewer.