Added names of the "missing" paths for SHGetSpecialFolderPathA.
[wine] / include / objidl.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_OBJIDL_H
11 #define __WINE_OBJIDL_H
12
13
14 #include "wine/obj_base.h"
15
16 /* the following depend only on obj_base.h */
17 #include "wine/obj_misc.h"
18 #include "wine/obj_channel.h"
19 #include "wine/obj_clientserver.h"
20 #include "wine/obj_storage.h"
21
22 /* the following depend on obj_storage.h */
23 #include "wine/obj_marshal.h"
24 #include "wine/obj_moniker.h"
25 #include "wine/obj_propertystorage.h"
26
27 /* the following depend on obj_moniker.h */
28 #include "wine/obj_dataobject.h"
29
30
31 #endif /* __WINE_OBJIDL_H */