79510: [PATCH] winmm: mark 2 functions as hidden

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

Errors:
error: patch failed: dlls/winmm/winemm.h:150
error: dlls/winmm/winemm.h: patch does not apply

-------------- next part --------------
From: Marcus Meissner <meissner at suse.de>
Subject: [PATCH] winmm: mark 2 functions as hidden
Message-Id: <1317641348-19942-1-git-send-email-meissner at suse.de>
Date: Mon,  3 Oct 2011 13:29:08 +0200

---
 dlls/winmm/winemm.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winmm/winemm.h b/dlls/winmm/winemm.h
index 38f72b3..114811c 100644
--- a/dlls/winmm/winemm.h
+++ b/dlls/winmm/winemm.h
@@ -150,9 +150,9 @@ const char*     WINMM_ErrorToString(MMRESULT error) DECLSPEC_HIDDEN;
 
 void		TIME_MMTimeStop(void) DECLSPEC_HIDDEN;
 
-MMRESULT WINMM_CheckCallback(DWORD_PTR dwCallback, DWORD fdwOpen, BOOL mixer);
+MMRESULT WINMM_CheckCallback(DWORD_PTR dwCallback, DWORD fdwOpen, BOOL mixer) DECLSPEC_HIDDEN;
 
-BOOL WINMM_InitWaveform(void);
+BOOL WINMM_InitWaveform(void) DECLSPEC_HIDDEN;
 
 /* Global variables */
 extern CRITICAL_SECTION WINMM_cs DECLSPEC_HIDDEN;
-- 
1.7.1



More information about the wine-tests-results mailing list