1999-01-17 17:32:32 +01:00
|
|
|
#ifndef __WINE_UNKNWN_H
|
|
|
|
#define __WINE_UNKNWN_H
|
|
|
|
|
2000-11-15 23:12:48 +01:00
|
|
|
#include "rpc.h"
|
|
|
|
#include "rpcndr.h"
|
1999-01-17 17:32:32 +01:00
|
|
|
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
|
2000-11-15 23:12:48 +01:00
|
|
|
#ifndef COM_NO_WINDOWS_H
|
|
|
|
#include "windows.h"
|
|
|
|
#include "ole2.h"
|
|
|
|
#endif
|
1999-01-17 17:32:32 +01:00
|
|
|
|
|
|
|
#endif /* __WINE_UNKNWN_H */
|