Marcus Meissner : winmm: Mark two functions as hidden.

Alexandre Julliard julliard at winehq.org
Mon Oct 3 17:21:25 CDT 2011


Module: wine
Branch: master
Commit: c7f8ad487d0b86a10267ffdb87bd21f732b5bcc3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c7f8ad487d0b86a10267ffdb87bd21f732b5bcc3

Author: Marcus Meissner <meissner at suse.de>
Date:   Mon Oct  3 13:29:08 2011 +0200

winmm: Mark two functions as hidden.

---

 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;




More information about the wine-cvs mailing list