| Francois Gouget | 552fddc | 2000-11-08 05:06:10 +0000 | [diff] [blame] | 1 | #ifndef __WINE_RPCNDR_H |
| 2 | #define __WINE_RPCNDR_H | ||||
| 3 | |||||
| 4 | #ifndef __RPCNDR_H_VERSION__ | ||||
| 5 | /* FIXME: I'm not sure what version though */ | ||||
| 6 | #define __RPCNDR_H_VERSION__ | ||||
| 7 | #endif // __RPCNDR_H_VERSION__ | ||||
| 8 | |||||
| 9 | typedef unsigned char byte; | ||||
| 10 | |||||
| 11 | #define DECLSPEC_UUID(x) | ||||
| 12 | #define MIDL_INTERFACE(x) struct | ||||
| 13 | |||||
| 14 | #endif /*__WINE_RPCNDR_H */ | ||||