]> git.saurik.com Git - wxWidgets.git/commitdiff
typo(s) fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Feb 2000 01:52:48 +0000 (01:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Feb 2000 01:52:48 +0000 (01:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/thread.cpp

index 439992a63a7b7f37c74c362a1bbd13e8b81669b6..0794203d43edf870b45a3f1973ca4302569eff03 100644 (file)
@@ -455,8 +455,8 @@ bool wxThreadInternal::Create(wxThread *thread)
     // creation instead of Win32 API one because otherwise we will have memory
     // leaks if the thread uses C RTL (and most threads do)
 #if defined(__VISUALC__) || \
-    (defined(__BORLANDC__) && (__BORLANDC__ >= 0x500)) \\
-    (defined(__GNUG__) && defined(__MSVCRT__)
+    (defined(__BORLANDC__) && (__BORLANDC__ >= 0x500)) || \
+    (defined(__GNUG__) && defined(__MSVCRT__))
     typedef unsigned (__stdcall *RtlThreadStart)(void *);
 
     m_hThread = (HANDLE)_beginthreadex(NULL, 0,