repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes char array in structure dumping.
[wine.git]
/
include
/
oaidl.h
blob
d2b92914e150f6467fa948e5041039a168061940
1
#ifndef __WINE__
2
#include
"rpc.h"
3
#include
"rpcndr.h"
4
#ifndef COM_NO_WINDOWS_H
5
#include
"windows.h"
6
#include
"ole2.h"
7
#endif
8
#endif
9
10
#ifndef __WINE_OAIDL_H
11
#define __WINE_OAIDL_H
12
13
#include
"ole2.h"
14
#include
"objidl.h"
15
16
#include
"wine/obj_base.h"
17
18
/* the following depend only on obj_base.h */
19
#include
"wine/obj_oleaut.h"
20
21
#endif
/* _WINE_OAIDL_H */