GetControlBrush16: avoid potentially releasing the same pointer
[wine/multimedia.git] / include / rpcndr.h
bloba33de668746cea839af8f9c3eb8119f767b9ee1c
1 #ifndef __WINE_RPCNDR_H
2 #define __WINE_RPCNDR_H
4 #ifndef __RPCNDR_H_VERSION__
5 /* FIXME: I'm not sure what version though */
6 #define __RPCNDR_H_VERSION__
7 #endif // __RPCNDR_H_VERSION__
9 typedef unsigned char byte;
11 #define DECLSPEC_UUID(x)
12 #define MIDL_INTERFACE(x) struct
14 #endif /*__WINE_RPCNDR_H */