From 85445d3445a8cd31784dd0dcf55521c9fea2e6a1 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 15 Feb 2005 19:55:39 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/stopwatch.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/stopwatch.cpp b/src/common/stopwatch.cpp index 901693c3e0..ddf2f994a1 100644 --- a/src/common/stopwatch.cpp +++ b/src/common/stopwatch.cpp @@ -110,8 +110,8 @@ void wxStopWatch::Start(long t) { -#ifdef 0 -__WXMSW__ +#if 0 +// __WXMSW__ LARGE_INTEGER frequency_li; ::QueryPerformanceFrequency( &frequency_li ); m_frequency = frequency_li.QuadPart; @@ -135,8 +135,8 @@ __WXMSW__ long wxStopWatch::GetElapsedTime() const { -#ifdef 0 -__WXMSW__ +#if 0 +//__WXMSW__ if (m_frequency == 0) { return (wxGetLocalTimeMillis() - m_t0).GetLo(); -- 2.45.2