We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a973163 commit 382fe86Copy full SHA for 382fe86
src/loader/loader_logger_recorders.cpp
@@ -33,7 +33,7 @@
33
#include <sstream>
34
35
#ifdef _WIN32
36
-#include <Windows.h>
+#include <windows.h>
37
#endif
38
39
// Anonymous namespace to keep these types private
src/tests/hello_xr/pch.h
@@ -81,7 +81,7 @@
81
82
#ifdef XR_USE_PLATFORM_WIN32
83
#include <wingdi.h> // For HGLRC
84
-#include <gl/GL.h>
+#include <GL/gl.h>
85
86
87
0 commit comments