repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 990226.
[wine/gsoc-2012-control.git]
/
include
/
ocidl.h
blob
8691143a288e607021c63a63e3eb5e5a366c3eb4
1
#ifndef __WINE_OCIDL_H
2
#define __WINE_OCIDL_H
3
4
5
#include
"wine/obj_base.h"
6
7
/* the following depend only on obj_base.h */
8
#include
"wine/obj_olefont.h"
9
10
#include
"wine/obj_control.h"
11
#include
"wine/obj_connection.h"
12
13
#endif
/* __WINE_OCIDL_H */
14
15