]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/threadtest/threadtest.cpp
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / threadtest / threadtest.cpp
index 7891a888f19205de76e556f24ad147102a01f895..85e53a552a44a5a26e0f3b8bf948d2c02e1a0e80 100644 (file)
@@ -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"