mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
244 B
C
14 lines
244 B
C
#ifndef __WINE_UNKNWN_H
|
|
#define __WINE_UNKNWN_H
|
|
|
|
#include "rpc.h"
|
|
#include "rpcndr.h"
|
|
|
|
#if !defined(COM_NO_WINDOWS_H) && !defined(__WINE__)
|
|
#include "windows.h"
|
|
#include "ole2.h"
|
|
#endif
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
#endif /* __WINE_UNKNWN_H */
|