projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Pass the stdin/stdout handles on startup to use as console (based on a
[wine]
/
include
/
unknwn.h
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 */