Changeset 5593 for trunk/include


Ignore:
Timestamp:
Apr 26, 2001, 6:59:55 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include/win
Files:
2 edited

Legend:

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

    r3583 r5593  
    1 /* $Id: combo.h,v 1.5 2000-05-22 17:18:48 cbratschi Exp $ */
     1/* $Id: combo.h,v 1.6 2001-04-26 16:59:55 sandervl Exp $ */
    22
    33/*
     
    6666LRESULT COMBO_Directory( LPHEADCOMBO, UINT, LPSTR, BOOL );
    6767
     68#ifdef __cplusplus
     69extern "C" {
     70#endif
     71
    6872BOOL LISTBOX_Register();
    6973BOOL LISTBOX_Unregister();
     
    7781BOOL EDIT_Unregister();
    7882
     83#ifdef __cplusplus
     84}
     85#endif
     86
    7987#endif /* __WINE_COMBO_H */
    8088
  • trunk/include/win/winuser.h

    r5518 r5593  
    29152915#define CF_RIFF             11
    29162916#define CF_WAVE             12
     2917#define CF_UNICODETEXT      13
    29172918#define CF_ENHMETAFILE      14
    29182919#define CF_HDROP            15
    29192920#define CF_LOCALE           16
    2920 #define CF_MAX              17
     2921#define CF_DIBV5            17
     2922#define CF_MAX              18
    29212923
    29222924#define CF_OWNERDISPLAY     0x0080
Note: See TracChangeset for help on using the changeset viewer.