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 ed63eae commit ede9893Copy full SHA for ede9893
src/loader/loader_logger_recorders.cpp
@@ -31,7 +31,7 @@
31
#include <sstream>
32
33
#ifdef _WIN32
34
-#include <Windows.h>
+#include <windows.h>
35
#endif
36
37
// Anonymous namespace to keep these types private
src/tests/hello_xr/pch.h
@@ -76,7 +76,7 @@
76
77
#ifdef XR_USE_PLATFORM_WIN32
78
#include <wingdi.h> // For HGLRC
79
-#include <gl/GL.h>
+#include <GL/gl.h>
80
81
82
0 commit comments