Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2555c77a81
commit
85445d3445
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user