]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/thread.cpp
fixed the selection rectangle drawing (was off by 1)
[wxWidgets.git] / src / msw / thread.cpp
index c516a161d7b172e6e263d9aec6d456374fc15098..f7e9f0517b6b3791b9b6aca14f01baed0871dd6b 100644 (file)
@@ -62,7 +62,7 @@
 #if defined(__VISUALC__) || \
     (defined(__BORLANDC__) && (__BORLANDC__ >= 0x500)) || \
     (defined(__GNUG__) && defined(__MSVCRT__)) || \
-    defined(__WATCOMC__)
+    defined(__WATCOMC__) || defined(__MWERKS__)
 
     #undef wxUSE_BEGIN_THREAD
     #define wxUSE_BEGIN_THREAD
@@ -371,6 +371,8 @@ private:
     wxMutex& m_mutex;
 
     wxSemaphore m_semaphore;
+
+    DECLARE_NO_COPY_CLASS(wxConditionInternal)
 };
 
 wxConditionInternal::wxConditionInternal(wxMutex& mutex)