Include rpc*.h/windows.h/ole2.h just like windows.
[wine] / include / unknwn.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_UNKNWN_H
11 #define __WINE_UNKNWN_H
12
13 #include "wine/obj_base.h"
14
15 #endif /* __WINE_UNKNWN_H */