[ros-diffs] [tfaber] 56191: [XMLLITE_WINETEST] - Fix MSVC build. Already sent upstream.

tfaber at svn.reactos.org tfaber at svn.reactos.org
Mon Mar 19 16:12:16 UTC 2012


Author: tfaber
Date: Mon Mar 19 16:12:15 2012
New Revision: 56191

URL: http://svn.reactos.org/svn/reactos?rev=56191&view=rev
Log:
[XMLLITE_WINETEST]
- Fix MSVC build. Already sent upstream.

Modified:
    trunk/rostests/winetests/xmllite/reader.c
    trunk/rostests/winetests/xmllite/writer.c

Modified: trunk/rostests/winetests/xmllite/reader.c
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/xmllite/reader.c?rev=56191&r1=56190&r2=56191&view=diff
==============================================================================
--- trunk/rostests/winetests/xmllite/reader.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/xmllite/reader.c [iso-8859-1] Mon Mar 19 16:12:15 2012
@@ -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,

Modified: trunk/rostests/winetests/xmllite/writer.c
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/xmllite/writer.c?rev=56191&r1=56190&r2=56191&view=diff
==============================================================================
--- trunk/rostests/winetests/xmllite/writer.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/xmllite/writer.c [iso-8859-1] Mon Mar 19 16:12:15 2012
@@ -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)
 {




More information about the Ros-diffs mailing list