Changeset 6758 for trunk/include/win


Ignore:
Timestamp:
Sep 19, 2001, 5:38:11 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/user.h

    r6757 r6758  
    1 /* $Id: user.h,v 1.2 2001-09-19 15:37:47 sandervl Exp $ */
    2 
    31/*
    42 * USER definitions
  • trunk/include/win/winuser.h

    r6461 r6758  
    34013401#define DrawTextEx WINELIB_NAME_AW(DrawTextEx)
    34023402BOOL      WINAPI EmptyClipboard(void);
    3403 BOOL      WINAPI EnableMenuItem(HMENU,UINT,UINT);
     3403UINT      WINAPI EnableMenuItem(HMENU,UINT,UINT);
    34043404BOOL      WINAPI EnableScrollBar(HWND,INT,UINT);
    34053405BOOL      WINAPI EnableWindow(HWND,BOOL);
Note: See TracChangeset for help on using the changeset viewer.