- (Hack)fix build.

svn path=/trunk/; revision=48469
This commit is contained in:
Aleksey Bragin 2010-08-06 12:04:12 +00:00
parent 50a341134c
commit d521bf4480
2 changed files with 3 additions and 1 deletions

View file

@ -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);

View file

@ -22,7 +22,7 @@
#define CONST_VTABLE
#include <stdarg.h>
#define NOCRYPT
#include "windef.h"
#include "winbase.h"
#include "objbase.h"