From affa58f6eb6d75523cdf443eb1c573b83e205d6d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 2 Sep 2008 15:32:21 +0000 Subject: [PATCH] use QSystemSemaphore in win32-version as libpthread-w32 does not support process shared mutexes and semaphores git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1533 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a0192546..ecae20d8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-09-02 Tobias Doerffel + + * cmake/modules/Win32Toolchain.cmake: + added include and library-directory of cross compiling environment + + * include/remote_plugin.h: + use QSystemSemaphore in win32-version as libpthread-w32 does not + support process shared mutexes and semaphores + + * src/core/mixer.cpp: + disabled WinMM MIDI for the time being + 2008-09-02 Paul Giblock * src/gui/widgets/graph.cpp: