X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..efa1e6592fb03ce23b15276b2b91d885a3ee7da5:/icuSources/test/threadtest/threadtest.cpp?ds=inline diff --git a/icuSources/test/threadtest/threadtest.cpp b/icuSources/test/threadtest/threadtest.cpp index 7891a888..85e53a55 100644 --- a/icuSources/test/threadtest/threadtest.cpp +++ b/icuSources/test/threadtest/threadtest.cpp @@ -1,6 +1,6 @@ // //******************************************************************** -// Copyright (C) 2002-2005, 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 U_WINDOWS +#if U_PLATFORM_USES_ONLY_WIN32_API #include "Windows.h" #include "process.h"