projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Partially revert previous changes, force configure to write an
[wine]
/
include
/
oaidl.h
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 */