compilation fixes for wxUSE_TIMER==0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-10 23:19:57 +00:00
parent bd08f2f766
commit 8e913f796a
3 changed files with 16 additions and 2 deletions

View File

@@ -18,6 +18,8 @@
#include "wx/wxprec.h"
#if wxUSE_TIMER
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/module.h"
@@ -254,3 +256,5 @@ wxUsecClock_t wxGetLocalTimeUsec()
return wxGetLocalTimeMillis() * 1000L;
}
#endif // wxUSE_TIMER