79508: [PATCH] dsound: mark enum_callback and search_callback static

buildbot at kegel.com buildbot at kegel.com
Mon Oct 3 17:25:55 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/176 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
error: patch failed: dlls/dsound/propset.c:111
error: dlls/dsound/propset.c: patch does not apply

-------------- next part --------------
From: Marcus Meissner <meissner at suse.de>
Subject: [PATCH] dsound: mark enum_callback and search_callback static
Message-Id: <1317641052-17008-1-git-send-email-meissner at suse.de>
Date: Mon,  3 Oct 2011 13:24:12 +0200

---
 dlls/dsound/propset.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/dsound/propset.c b/dlls/dsound/propset.c
index af9b26d..242b237 100644
--- a/dlls/dsound/propset.c
+++ b/dlls/dsound/propset.c
@@ -111,7 +111,7 @@ struct search_data {
     GUID *found_guid;
 };
 
-BOOL CALLBACK search_callback(GUID *guid, const WCHAR *desc,
+static BOOL CALLBACK search_callback(GUID *guid, const WCHAR *desc,
         const WCHAR *module, void *user)
 {
     struct search_data *search = user;
@@ -276,6 +276,7 @@ static HRESULT DSPROPERTY_DescriptionW(
     return S_OK;
 }
 
+static
 BOOL CALLBACK enum_callback(GUID *guid, const WCHAR *desc, const WCHAR *module,
         void *user)
 {
-- 
1.7.1



More information about the wine-tests-results mailing list