79507: [PATCH] msdaps: mark create_* functions as hidden

buildbot at kegel.com buildbot at kegel.com
Mon Oct 3 17:25:49 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-heaptest while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-heaptest/builds/175 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
error: patch failed: dlls/msdaps/row_server.idl:229
error: dlls/msdaps/row_server.idl: patch does not apply

-------------- next part --------------
From: Marcus Meissner <meissner at suse.de>
Subject: [PATCH] msdaps: mark create_* functions as hidden
Message-Id: <1317641369-20024-1-git-send-email-meissner at suse.de>
Date: Mon,  3 Oct 2011 13:29:29 +0200

---
 dlls/msdaps/row_server.idl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/msdaps/row_server.idl b/dlls/msdaps/row_server.idl
index afe9463..a59e6d8 100644
--- a/dlls/msdaps/row_server.idl
+++ b/dlls/msdaps/row_server.idl
@@ -229,7 +229,7 @@ coclass wine_rowset_proxy
 
 }
 
-cpp_quote("extern HRESULT create_row_server( IUnknown*, LPVOID* );")
-cpp_quote("extern HRESULT create_row_marshal( IUnknown*, LPVOID* );")
-cpp_quote("extern HRESULT create_rowset_server( IUnknown*, LPVOID* );")
-cpp_quote("extern HRESULT create_rowset_marshal( IUnknown*, LPVOID* );")
+cpp_quote("extern HRESULT create_row_server( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
+cpp_quote("extern HRESULT create_row_marshal( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
+cpp_quote("extern HRESULT create_rowset_server( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
+cpp_quote("extern HRESULT create_rowset_marshal( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
-- 
1.7.1



More information about the wine-tests-results mailing list