22 lines
350 B
C
22 lines
350 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_OAIDL_H
|
|
#define __WINE_OAIDL_H
|
|
|
|
#include "ole2.h"
|
|
#include "objidl.h"
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
/* the following depend only on obj_base.h */
|
|
#include "wine/obj_oleaut.h"
|
|
|
|
#endif /* _WINE_OAIDL_H */
|