X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..efa1e6592fb03ce23b15276b2b91d885a3ee7da5:/icuSources/test/threadtest/threadtest.cpp diff --git a/icuSources/test/threadtest/threadtest.cpp b/icuSources/test/threadtest/threadtest.cpp index 33a89b8c..85e53a55 100644 --- a/icuSources/test/threadtest/threadtest.cpp +++ b/icuSources/test/threadtest/threadtest.cpp @@ -1,6 +1,6 @@ // //******************************************************************** -// Copyright (C) 2002-2003, International Business Machines +// Copyright (C) 2002-2011, International Business Machines // Corporation and others. All Rights Reserved. //******************************************************************** // @@ -16,6 +16,7 @@ #include "umutex.h" #include "threadtest.h" +AbstractThreadTest::~AbstractThreadTest() {} //------------------------------------------------------------------------------ // @@ -32,7 +33,7 @@ extern AbstractThreadTest *createConvertTest(); // Windows specific code for starting threads // //------------------------------------------------------------------------------ -#ifdef WIN32 +#if U_PLATFORM_USES_ONLY_WIN32_API #include "Windows.h" #include "process.h"