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
* Use OpenGL
*/
#define wxUSE_OPENGL 1
* Use OpenGL
*/
#define wxUSE_OPENGL 1
+#define wxUSE_GLCANVAS 1
val *= tp.tv_sec;
return (val + (tp.tv_usec / 1000));
}
val *= tp.tv_sec;
return (val + (tp.tv_usec / 1000));
}
#elif defined(HAVE_FTIME)
struct timeb tp;
if ( ftime(&tp) == 0 )
#elif defined(HAVE_FTIME)
struct timeb tp;
if ( ftime(&tp) == 0 )