The open source OpenXR runtime

a/ogl: Fix warning in ogl_import_from_native on Windows

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2454>

authored by

Jakob Bornecrantz and committed by
Rylie Pavlik
9e91d17f 435648a4

+2 -1
+1
doc/changes/misc_fixes/mr.2307.md
··· 1 1 --- 2 2 - mr.2272 3 + - mr.2454 3 4 --- 4 5 Fix build warnings.
+1 -1
src/xrt/auxiliary/ogl/ogl_helpers.c
··· 133 133 results->memories[i], // 134 134 natives[i].size, // 135 135 GL_HANDLE_TYPE_OPAQUE_WIN32_EXT, // 136 - (GLint)handle); // 136 + (HANDLE)handle); // 137 137 #else 138 138 glImportMemoryFdEXT( // 139 139 results->memories[i], //