Committing in .

Modified Files:
 	wxWindows/setup.h_vms wxWindows/src/common/timercmn.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2000-03-02 11:29:59 +00:00
parent bc2e39e366
commit 61a021a822
2 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,7 @@
* Use OpenGL
*/
#define wxUSE_OPENGL 1
#define wxUSE_GLCANVAS 1
/*
* Use GUI
*/

View File

@ -248,6 +248,7 @@ wxLongLong wxGetLocalTimeMillis()
val *= tp.tv_sec;
return (val + (tp.tv_usec / 1000));
}
return 0;
#elif defined(HAVE_FTIME)
struct timeb tp;
if ( ftime(&tp) == 0 )