15 lines
303 B
C
15 lines
303 B
C
#ifndef __WINE_RPCNDR_H
|
|
#define __WINE_RPCNDR_H
|
|
|
|
#ifndef __RPCNDR_H_VERSION__
|
|
/* FIXME: I'm not sure what version though */
|
|
#define __RPCNDR_H_VERSION__
|
|
#endif // __RPCNDR_H_VERSION__
|
|
|
|
typedef unsigned char byte;
|
|
|
|
#define DECLSPEC_UUID(x)
|
|
#define MIDL_INTERFACE(x) struct
|
|
|
|
#endif /*__WINE_RPCNDR_H */
|