Changeset 2874 for trunk/include/win/comboex.h
- Timestamp:
- Feb 23, 2000, 6:06:19 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/comboex.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/comboex.h
r4 r2874 1 /* $Id: comboex.h,v 1. 1 1999-05-24 20:19:09 ktkExp $ */1 /* $Id: comboex.h,v 1.2 2000-02-23 17:03:00 cbratschi Exp $ */ 2 2 3 3 /* … … 10 10 #define __WINE_COMBOEX_H 11 11 12 13 12 typedef struct tagCOMBOEX_INFO 14 13 { 15 HIMAGELIST himl;16 H WND hwndCombo;17 DWORD dwExtStyle;18 14 COMCTL32_HEADER header; 15 HIMAGELIST himl; 16 HWND hwndCombo; 17 DWORD dwExtStyle; 19 18 20 19 } COMBOEX_INFO;
Note:
See TracChangeset
for help on using the changeset viewer.
