[pkg-wine-party] [wine] 97/199: msxml3: Complain louder if libxslt was missing at compile time.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat May 3 05:23:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 980e9225d20ade10cd85c3edea518d78d021dd60
Author: Austin English <austinenglish at gmail.com>
Date:   Fri Apr 25 17:37:08 2014 -0700

    msxml3: Complain louder if libxslt was missing at compile time.
---
 dlls/msxml3/node.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index b49f46c..47d3159 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -71,6 +71,8 @@ MAKE_FUNCPTR(xsltParseStylesheetDoc);
 MAKE_FUNCPTR(xsltQuoteUserParams);
 MAKE_FUNCPTR(xsltSaveResultTo);
 # undef MAKE_FUNCPTR
+#else
+WINE_DECLARE_DEBUG_CHANNEL(winediag);
 #endif
 
 static const IID IID_xmlnode = {0x4f2f4ba2,0xb822,0x11df,{0x8b,0x8a,0x68,0x50,0xdf,0xd7,0x20,0x85}};
@@ -1308,7 +1310,8 @@ HRESULT node_transform_node_params(const xmlnode *This, IXMLDOMNode *stylesheet,
 
     return hr;
 #else
-    FIXME("libxslt headers were not found at compile time\n");
+    ERR_(winediag)("libxslt headers were not found at compile time. Expect problems.\n");
+
     return E_NOTIMPL;
 #endif
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list