From 0d9131635353dda51328d91f04adc124640cb6bf Mon Sep 17 00:00:00 2001 From: brunsch Date: Wed, 24 Mar 1999 21:39:05 +0000 Subject: Now uses the High Res Timer on Win32 instead of rusage. --- ace/Profile_Timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/Profile_Timer.cpp') diff --git a/ace/Profile_Timer.cpp b/ace/Profile_Timer.cpp index 5b0cf717fd1..0b3b2de551b 100644 --- a/ace/Profile_Timer.cpp +++ b/ace/Profile_Timer.cpp @@ -11,7 +11,7 @@ ACE_RCSID(ace, Profile_Timer, "$Id$") ACE_ALLOC_HOOK_DEFINE(ACE_Profile_Timer) -#if defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE) +#if (defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE)) && !defined (ACE_WIN32) void ACE_Profile_Timer::dump (void) const -- cgit v1.2.1