Ignore:
Timestamp:
Jan 19, 2012, 6:55:02 PM (14 years ago)
Author:
dmik
Message:

Add GetComboBoxInfo() to USER32.

Taken from the recent Wine sources. Fixes the Winrar startup
problem.

File:
1 edited

Legend:

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

    r21916 r21949  
    19231923#define CB_SETDROPPEDWIDTH       0x0160
    19241924#define CB_INITSTORAGE           0x0161
     1925#define CB_GETCOMBOBOXINFO       0x0164
    19251926
    19261927/* Combo box notification codes */
     
    33563357
    33573358HKL         WINAPI ActivateKeyboardLayout(HKL,UINT);
    3358 LONG        WINAPI BroadcastSystemMessageA(DWORD,LPDWORD,UINT,WPARAM,LPARAM); 
    3359 LONG        WINAPI BroadcastSystemMessageW(DWORD,LPDWORD,UINT,WPARAM,LPARAM); 
    3360 #define     BroadcastSystemMessage WINELIB_NAME_AW(BroadcastSystemMessage) 
     3359LONG        WINAPI BroadcastSystemMessageA(DWORD,LPDWORD,UINT,WPARAM,LPARAM);
     3360LONG        WINAPI BroadcastSystemMessageW(DWORD,LPDWORD,UINT,WPARAM,LPARAM);
     3361#define     BroadcastSystemMessage WINELIB_NAME_AW(BroadcastSystemMessage)
    33613362WORD        WINAPI CascadeWindows(HWND, UINT, const LPRECT, UINT, const HWND *);
    33623363BOOL        WINAPI CascadeChildWindows(HWND, DWORD);
Note: See TracChangeset for help on using the changeset viewer.