Fix drivers coding for WinRT

- Add a proper function to retrieve IP addresses.
- Solve issues with Windows FileAccess and DirAccess to use the same code
  for WinRT.
- Add patches to the GLES2 rasterizer to workaround ANGLE issues.
This commit is contained in:
George Marques
2016-09-03 19:36:44 -03:00
parent 2eaad1cfd1
commit c9b82498b4
6 changed files with 37 additions and 29 deletions

View File

@@ -28,7 +28,7 @@
/*************************************************************************/
#include "semaphore_windows.h"
#if defined(WINDOWS_ENABLED) && !defined(WINRT_ENABLED)
#if defined(WINDOWS_ENABLED)
#include "os/memory.h"