Explorar o código

fix _WIN32 if STB_THREADS

Sean Barrett %!s(int64=9) %!d(string=hai) anos
pai
achega
a8876b884d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      stb.h

+ 1 - 1
stb.h

@@ -11205,7 +11205,7 @@ int  stb_arith_decode_byte(stb_arith *a)
 //                         Threads
 //
 
-#ifndef WIN32
+#ifndef _WIN32
 #ifdef STB_THREADS
 #error "threads not implemented except for Windows"
 #endif