projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 0.6
[wine]
/
include
/
combo.h
1
/*
2
* Combo box definitions
3
*/
4
5
6
typedef struct tagHEADCOMBO {
7
DWORD dwStyle;
8
DWORD dwState;
9
HWND hWndDrop;
10
HWND hWndEdit;
11
HWND hWndLBox;
12
} HEADCOMBO;
13
typedef HEADCOMBO FAR* LPHEADCOMBO;
14
15