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
Match the Windows header dependencies.
[wine.git]
/
include
/
unknwn.h
blob
c9a26aeddc4081776c43502027fd3feb96a4095d
1
#ifndef __WINE_UNKNWN_H
2
#define __WINE_UNKNWN_H
3
4
#include
"rpc.h"
5
#include
"rpcndr.h"
6
7
#include
"wine/obj_base.h"
8
9
#ifndef COM_NO_WINDOWS_H
10
#include
"windows.h"
11
#include
"ole2.h"
12
#endif
13
14
#endif
/* __WINE_UNKNWN_H */