mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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 */
|