Added some win32 timing tweaks

This commit is contained in:
Caspian Rychlik-Prince 2004-05-05 13:26:21 +00:00
parent e1656b862b
commit 3bb53392f6

View file

@ -46,9 +46,9 @@
// Handle to the application's window
extern HWND hwnd;
__int64 hires_timer_freq; // Hires timer frequency
__int64 hires_timer_start; // Hires timer start
__int64 hires_timer; // Hires timer current time
unsigned __int64 hires_timer_freq; // Hires timer frequency
unsigned __int64 hires_timer_start; // Hires timer start
unsigned __int64 hires_timer; // Hires timer current time
/*
* Class: org_lwjgl_Sys