mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
13 lines
217 B
C
13 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 */
|