diff options
| author | George Marques | 2016-09-03 19:36:44 -0300 |
|---|---|---|
| committer | George Marques | 2016-09-03 19:36:44 -0300 |
| commit | c9b82498b4b8de7b5f4c19873421d32ca1749ed2 (patch) | |
| tree | 0eb93a7f5534ae6ca54b7d31a274653bce806f71 /drivers/windows/semaphore_windows.cpp | |
| parent | 2eaad1cfd1c96538d7aaf8bbd46535f8a143d2ad (diff) | |
| download | godot-c9b82498b4b8de7b5f4c19873421d32ca1749ed2.tar.gz godot-c9b82498b4b8de7b5f4c19873421d32ca1749ed2.tar.zst godot-c9b82498b4b8de7b5f4c19873421d32ca1749ed2.zip | |
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.
Diffstat (limited to '')
| -rw-r--r-- | drivers/windows/semaphore_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/semaphore_windows.cpp b/drivers/windows/semaphore_windows.cpp index 74094f482..8d11d1b1c 100644 --- a/drivers/windows/semaphore_windows.cpp +++ b/drivers/windows/semaphore_windows.cpp @@ -28,7 +28,7 @@ /*************************************************************************/ #include "semaphore_windows.h" -#if defined(WINDOWS_ENABLED) && !defined(WINRT_ENABLED) +#if defined(WINDOWS_ENABLED) #include "os/memory.h" |
