mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
12 lines
217 B
C
12 lines
217 B
C
#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 */
|