]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/thread/atomic.cpp
variadic macros need specializations for both wxCharBuffer and wxScopedCharBuffer...
[wxWidgets.git] / tests / thread / atomic.cpp
index 1170093e440001d6f62629e25e34d1f26fe2a79a..9f7b01032c045d026e10bbc335c3fa09dc15a7c4 100644 (file)
@@ -195,5 +195,5 @@ void *AtomicTestCase::MyThread::Entry()
         }
     }
 
-    return (wxThread::ExitCode)negativeValuesSeen;
+    return wxUIntToPtr(negativeValuesSeen);
 }