Skip to content

Commit

Permalink
Fixed Visual Studio build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 20, 2019
1 parent ac23d78 commit deb7d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/windows/SDL_systls.c
Expand Up @@ -28,7 +28,7 @@
#include "SDL_thread.h"
#include "../SDL_thread_c.h"

#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)
#if WINAPI_FAMILY_WINRT
#define TLS_OUT_OF_INDEXES FLS_OUT_OF_INDEXES
#define TlsAlloc() FlsAlloc(NULL)
#define TlsSetValue FlsSetValue
Expand Down

0 comments on commit deb7d08

Please sign in to comment.