Compile fixes for WinRT UWP

This commit is contained in:
Joshua Granick
2018-07-20 20:46:15 -07:00
parent 66a1450aca
commit 884f1d5a8e
12 changed files with 58 additions and 37 deletions

View File

@@ -5311,6 +5311,9 @@ namespace lime {
#ifdef NATIVE_TOOLKIT_SDL_ANGLE
#ifdef HX_WINRT
return true;
#else
OpenGLBindings::eglHandle = LoadLibraryW (L"libegl.dll");
if (!OpenGLBindings::eglHandle) {
@@ -5319,6 +5322,7 @@ namespace lime {
return result;
}
#endif
#endif