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:
@@ -154,7 +154,7 @@
|
|||||||
* Use OpenGL
|
* Use OpenGL
|
||||||
*/
|
*/
|
||||||
#define wxUSE_OPENGL 1
|
#define wxUSE_OPENGL 1
|
||||||
|
#define wxUSE_GLCANVAS 1
|
||||||
/*
|
/*
|
||||||
* Use GUI
|
* Use GUI
|
||||||
*/
|
*/
|
||||||
|
@@ -248,6 +248,7 @@ wxLongLong wxGetLocalTimeMillis()
|
|||||||
val *= tp.tv_sec;
|
val *= tp.tv_sec;
|
||||||
return (val + (tp.tv_usec / 1000));
|
return (val + (tp.tv_usec / 1000));
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
#elif defined(HAVE_FTIME)
|
#elif defined(HAVE_FTIME)
|
||||||
struct timeb tp;
|
struct timeb tp;
|
||||||
if ( ftime(&tp) == 0 )
|
if ( ftime(&tp) == 0 )
|
||||||
|
Reference in New Issue
Block a user