repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 980822
[wine/multimedia.git]
/
include
/
listview.h
blob
7e8c920ea58e352faab89b2108e65fa4d69d9596
1
/*
2
* Listview class extra info
3
*
4
* Copyright 1998 Eric Kohl
5
*/
6
7
#ifndef __WINE_LISTVIEW_H
8
#define __WINE_LISTVIEW_H
9
10
11
typedef
struct
tagLISTVIEW_INFO
12
{
13
COLORREF clrBk
;
14
15
16
}
LISTVIEW_INFO
;
17
18
19
extern
void
LISTVIEW_Register
(
void
);
20
21
#endif
/* __WINE_LISTVIEW_H */