diff --git a/src/she/skia/she.cpp b/src/she/skia/she.cpp index 7592e7987..cb5480e50 100644 --- a/src/she/skia/she.cpp +++ b/src/she/skia/she.cpp @@ -48,7 +48,11 @@ void clear_keyboard_buffer() int clock_value() { // TODO +#if _WIN32 + return (int)GetTickCount(); +#else return 0; // clock_var; +#endif } } // namespace she