Stub UrlCombineA and initial implementation of UrlCombineW.
[wine] / include / ocidl.h
1 #ifndef __WINE__
2 #include "rpc.h"
3 #include "rpcndr.h"
4 #ifndef COM_NO_WINDOWS_H
5 #include "windows.h"
6 #include "ole2.h"
7 #endif
8 #endif
9
10 #ifndef __WINE_OCIDL_H
11 #define __WINE_OCIDL_H
12
13 #include "wine/obj_base.h"
14
15 /* the following depend only on obj_base.h */
16 #include "wine/obj_storage.h"
17 #include "wine/obj_oleaut.h"
18 #include "wine/obj_olefont.h"
19 #include "wine/obj_picture.h"
20
21 #include "wine/obj_control.h"
22 #include "wine/obj_connection.h"
23 #include "wine/obj_property.h"
24 #include "wine/obj_oleundo.h"
25
26 #endif /* __WINE_OCIDL_H */
27
28