Commit dc818a52 authored by Alexandre Julliard's avatar Alexandre Julliard

Added rpc.h include to fix tests compilation.

parent 1f5315c8
......@@ -16,9 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_OBJBASE_H
#define __WINE_OBJBASE_H
#include "rpc.h"
#include "rpcndr.h"
#ifndef _OBJBASE_H_
#define _OBJBASE_H_
#define __WINE_INCLUDE_OBJIDL
......@@ -100,4 +101,4 @@ HRESULT WINAPI GetClassFile(LPCOLESTR filePathName,CLSID *pclsid);
#endif /* __WINE__ */
#endif /* __WINE_OBJBASE_H */
#endif /* _OBJBASE_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment