X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..efa1e6592fb03ce23b15276b2b91d885a3ee7da5:/icuSources/test/threadtest/threadtest.cpp diff --git a/icuSources/test/threadtest/threadtest.cpp b/icuSources/test/threadtest/threadtest.cpp index 1b678d74..85e53a55 100644 --- a/icuSources/test/threadtest/threadtest.cpp +++ b/icuSources/test/threadtest/threadtest.cpp @@ -1,6 +1,6 @@ // //******************************************************************** -// Copyright (C) 2002, 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"