mirror of
https://github.com/reactos/reactos.git
synced 2024-12-01 07:23:33 +08:00
[XMLLITE_WINETEST]
- Fix MSVC build. Already sent upstream. svn path=/trunk/; revision=56191
This commit is contained in:
parent
551ab97f99
commit
f6740b2dba
@ -33,8 +33,8 @@
|
||||
|
||||
DEFINE_GUID(IID_IXmlReaderInput, 0x0b3ccc9b, 0x9214, 0x428b, 0xa2, 0xae, 0xef, 0x3a, 0xa8, 0x71, 0xaf, 0xda);
|
||||
|
||||
static HRESULT WINAPI (*pCreateXmlReader)(REFIID riid, void **ppvObject, IMalloc *pMalloc);
|
||||
static HRESULT WINAPI (*pCreateXmlReaderInputWithEncodingName)(IUnknown *stream,
|
||||
static HRESULT (WINAPI *pCreateXmlReader)(REFIID riid, void **ppvObject, IMalloc *pMalloc);
|
||||
static HRESULT (WINAPI *pCreateXmlReaderInputWithEncodingName)(IUnknown *stream,
|
||||
IMalloc *pMalloc,
|
||||
LPCWSTR encoding,
|
||||
BOOL hint,
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "xmllite.h"
|
||||
#include "wine/test.h"
|
||||
|
||||
static HRESULT WINAPI (*pCreateXmlWriter)(REFIID riid, void **ppvObject, IMalloc *pMalloc);
|
||||
static HRESULT (WINAPI *pCreateXmlWriter)(REFIID riid, void **ppvObject, IMalloc *pMalloc);
|
||||
|
||||
static void test_writer_create(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user