Changeset 5593 for trunk/include/win/combo.h
- Timestamp:
- Apr 26, 2001, 6:59:55 PM (24 years ago)
- 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 cbratschiExp $ */1 /* $Id: combo.h,v 1.6 2001-04-26 16:59:55 sandervl Exp $ */ 2 2 3 3 /* … … 66 66 LRESULT COMBO_Directory( LPHEADCOMBO, UINT, LPSTR, BOOL ); 67 67 68 #ifdef __cplusplus 69 extern "C" { 70 #endif 71 68 72 BOOL LISTBOX_Register(); 69 73 BOOL LISTBOX_Unregister(); … … 77 81 BOOL EDIT_Unregister(); 78 82 83 #ifdef __cplusplus 84 } 85 #endif 86 79 87 #endif /* __WINE_COMBO_H */ 80 88
Note:
See TracChangeset
for help on using the changeset viewer.