mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename WINRT_ENABLED to UWP_ENABLED
This commit is contained in:
@@ -71,7 +71,7 @@ void SemaphoreWindows::make_default() {
|
||||
|
||||
SemaphoreWindows::SemaphoreWindows() {
|
||||
|
||||
#ifdef WINRT_ENABLED
|
||||
#ifdef UWP_ENABLED
|
||||
semaphore=CreateSemaphoreEx(
|
||||
NULL,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user