linux fixes
[reactos.git] / reactos / include / wine / servprov.h
1 #ifndef __WINE_SERVPROV_H
2 #define __WINE_SERVPROV_H
3
4 #include <rpc.h>
5 #include <rpcndr.h>
6 #include_next <servprov.h>
7
8 DEFINE_GUID(IID_IServiceProvider, 0x6d5140c1, 0x7436, 0x11ce, 0x80,0x34, 0x00,0xaa,0x00,0x60,0x09,0xfa);
9
10 #endif /* __WINE_SERVPROV_H */