Rename WINRT_ENABLED to UWP_ENABLED

This commit is contained in:
George Marques
2016-11-02 18:57:35 -02:00
parent fb5a73a39f
commit b113c7b7a3
17 changed files with 30 additions and 30 deletions

View File

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