mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
eb5a29b6ce
object. That object supports the IFont and IDispatch interfaces.
13 lines
182 B
C
13 lines
182 B
C
#ifndef __WINE_OAIDL_H
|
|
#define __WINE_OAIDL_H
|
|
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
/* the following depend only on obj_base.h */
|
|
#include "wine/obj_oleaut.h"
|
|
|
|
|
|
#endif /* __WINE_OAIDL_H */
|
|
|