mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
857eb39206
scheme.
12 lines
229 B
C
12 lines
229 B
C
#ifndef __WINE_OLEOBJ_H
|
|
#define __WINE_OLEOBJ_H
|
|
|
|
#include "wine/obj_base.h"
|
|
#include "wine/obj_storage.h"
|
|
#include "wine/obj_moniker.h"
|
|
#include "wine/obj_dataobject.h"
|
|
#include "wine/obj_oleobj.h"
|
|
|
|
#endif /* __WINE_OLEOBJ_H */
|
|
|