mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Shortened PC boolean name.
This commit is contained in:
@@ -191,7 +191,7 @@ typedef struct _GLFWlibraryWin32
|
||||
|
||||
// Timer data
|
||||
struct {
|
||||
GLboolean hasPerformanceCounter;
|
||||
GLboolean hasPC;
|
||||
double resolution;
|
||||
unsigned int t0_32;
|
||||
__int64 t0_64;
|
||||
|
||||
Reference in New Issue
Block a user