mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
552fddc1cb
Added some type definitions used by the MFC.
14 lines
303 B
C
14 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 */
|