Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,8 +110,8 @@
|
|||||||
|
|
||||||
void wxStopWatch::Start(long t)
|
void wxStopWatch::Start(long t)
|
||||||
{
|
{
|
||||||
#ifdef 0
|
#if 0
|
||||||
__WXMSW__
|
// __WXMSW__
|
||||||
LARGE_INTEGER frequency_li;
|
LARGE_INTEGER frequency_li;
|
||||||
::QueryPerformanceFrequency( &frequency_li );
|
::QueryPerformanceFrequency( &frequency_li );
|
||||||
m_frequency = frequency_li.QuadPart;
|
m_frequency = frequency_li.QuadPart;
|
||||||
@@ -135,8 +135,8 @@ __WXMSW__
|
|||||||
|
|
||||||
long wxStopWatch::GetElapsedTime() const
|
long wxStopWatch::GetElapsedTime() const
|
||||||
{
|
{
|
||||||
#ifdef 0
|
#if 0
|
||||||
__WXMSW__
|
//__WXMSW__
|
||||||
if (m_frequency == 0)
|
if (m_frequency == 0)
|
||||||
{
|
{
|
||||||
return (wxGetLocalTimeMillis() - m_t0).GetLo();
|
return (wxGetLocalTimeMillis() - m_t0).GetLo();
|
||||||
|
Reference in New Issue
Block a user