mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 09:08:58 +00:00
Renamed library struct members.
This commit is contained in:
@@ -335,8 +335,8 @@ typedef struct _GLFWlibraryWin32
|
||||
|
||||
// Timer data
|
||||
struct {
|
||||
int HasPerformanceCounter;
|
||||
double Resolution;
|
||||
int hasPerformanceCounter;
|
||||
double resolution;
|
||||
unsigned int t0_32;
|
||||
__int64 t0_64;
|
||||
} timer;
|
||||
|
||||
Reference in New Issue
Block a user