1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/include/rpcndr.h
Francois Gouget 552fddc1cb Moved things to the proper rpcxxx.h header.
Added some type definitions used by the MFC.
2000-11-08 05:06:10 +00:00

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 */