mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- (Hack)fix build.
svn path=/trunk/; revision=48469
This commit is contained in:
parent
50a341134c
commit
d521bf4480
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#define CONST_VTABLE
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define NOCRYPT
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "objbase.h"
|
||||
|
|
Loading…
Reference in a new issue