Changeset 5593 for trunk/include
- Timestamp:
- Apr 26, 2001, 6:59:55 PM (24 years ago)
- 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 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 -
trunk/include/win/winuser.h
r5518 r5593 2915 2915 #define CF_RIFF 11 2916 2916 #define CF_WAVE 12 2917 #define CF_UNICODETEXT 13 2917 2918 #define CF_ENHMETAFILE 14 2918 2919 #define CF_HDROP 15 2919 2920 #define CF_LOCALE 16 2920 #define CF_MAX 17 2921 #define CF_DIBV5 17 2922 #define CF_MAX 18 2921 2923 2922 2924 #define CF_OWNERDISPLAY 0x0080
Note:
See TracChangeset
for help on using the changeset viewer.