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