Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / icu / source / test / threadtest / threadtest.cpp
index 7891a88..85e53a5 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"