Ignore:
Timestamp:
Jan 11, 2000, 12:37:24 AM (26 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

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

    r2400 r2401  
    1 /* $Id: win32wbase.h,v 1.22 2000-01-10 23:29:15 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.23 2000-01-10 23:37:24 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    160160         HMENU  GetMenu()                           { return hMenu; };
    161161         VOID   SetMenu(HMENU newMenu)              { hMenu = newMenu; };
    162          HMENU  GetSystemMenu(BOOL fRevert);
    163          HMENU  getSystemMenu()                     { return hSysMenu; }
     162         void   SetSysMenu(HMENU hSystemMenu)       { hSysMenu = hSystemMenu; };
     163         HMENU  GetSysMenu()                        { return hSysMenu; }
    164164
    165165         BOOL   SetIcon(HICON hIcon);
Note: See TracChangeset for help on using the changeset viewer.