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

header updates

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.