From f0f044dcbe59a8085359073abcb41d250c18dac7 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 24 Aug 2003 14:08:44 +0000 Subject: [PATCH] Compilation fixes for OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/thrimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/thrimpl.cpp b/include/wx/thrimpl.cpp index 72684b044d..60ead20789 100644 --- a/include/wx/thrimpl.cpp +++ b/include/wx/thrimpl.cpp @@ -64,12 +64,12 @@ wxMutexError wxMutex::Unlock() // wxConditionInternal // -------------------------------------------------------------------------- -#if defined(__WXMSW__) || defined(__WXPM__) +#if defined(__WXMSW__) || defined(__WXPM__) || defined(__EMX__) // Win32 and OS/2 don't have explicit support for the POSIX condition // variables and their events/event semaphores have quite different semantics, // so we reimplement the conditions from scratch using the mutexes and // semaphores -#ifdef __WXPM__ +#if defined(__WXPM__) || defined(__EMX__) void InterlockedIncrement(LONG *num) { ::DosEnterCritSec(); -- 2.45.2