//
//********************************************************************
-// Copyright (C) 2002-2005, International Business Machines
+// Copyright (C) 2002-2011, International Business Machines
// Corporation and others. All Rights Reserved.
//********************************************************************
//
#include "umutex.h"
#include "threadtest.h"
+AbstractThreadTest::~AbstractThreadTest() {}
//------------------------------------------------------------------------------
//
// Windows specific code for starting threads
//
//------------------------------------------------------------------------------
-#ifdef U_WINDOWS
+#if U_PLATFORM_USES_ONLY_WIN32_API
#include "Windows.h"
#include "process.h"