1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/include/unknwn.h
2000-11-30 01:31:28 +00:00

15 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 */