From 0b49f57301789ea212edb98336972dfd13808b85 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 11 Mar 2010 03:29:01 +0000 Subject: [PATCH] - Fix test build! svn path=/trunk/; revision=46092 --- rostests/winetests/ole32/compobj.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rostests/winetests/ole32/compobj.c b/rostests/winetests/ole32/compobj.c index 9d469b4b174..755d15a9f66 100644 --- a/rostests/winetests/ole32/compobj.c +++ b/rostests/winetests/ole32/compobj.c @@ -35,6 +35,8 @@ #include "wine/test.h" +extern const IID GUID_NULL; + /* functions that are not present on all versions of Windows */ HRESULT (WINAPI * pCoInitializeEx)(LPVOID lpReserved, DWORD dwCoInit); HRESULT (WINAPI * pCoGetObjectContext)(REFIID riid, LPVOID *ppv);