Added rpc.h include to fix tests compilation.

oldstable
Alexandre Julliard 2002-12-05 22:11:43 +00:00
parent 1f5315c80f
commit dc818a529d
1 changed files with 4 additions and 3 deletions

View File

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