mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
40d9d3d039
ocidl.h separated into somewhat relevant obj_* files.
15 lines
247 B
C
15 lines
247 B
C
#ifndef __WINE_OCIDL_H
|
|
#define __WINE_OCIDL_H
|
|
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
/* the following depend only on obj_base.h */
|
|
#include "wine/obj_olefont.h"
|
|
|
|
#include "wine/obj_control.h"
|
|
#include "wine/obj_connection.h"
|
|
|
|
#endif /* __WINE_OCIDL_H */
|
|
|
|
|