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
Fixed German translation, changed dialog font to Helvetica.
[wine.git]
/
include
/
unknwn.h
blob
1090c0cd5287f7ff18d87dc8b52c166fbaee44e2
1
#ifndef __WINE_UNKNWN_H
2
#define __WINE_UNKNWN_H
3
4
#include
"rpc.h"
5
#include
"rpcndr.h"
6
7
#if !defined(COM_NO_WINDOWS_H) && !defined(__WINE__)
8
#include
"windows.h"
9
#include
"ole2.h"
10
#endif
11
12
#include
"wine/obj_base.h"
13
14
#endif
/* __WINE_UNKNWN_H */