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:
parent
bc2e39e366
commit
61a021a822
@ -154,7 +154,7 @@
|
||||
* Use OpenGL
|
||||
*/
|
||||
#define wxUSE_OPENGL 1
|
||||
|
||||
#define wxUSE_GLCANVAS 1
|
||||
/*
|
||||
* Use GUI
|
||||
*/
|
||||
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user