瀏覽代碼

fix _WIN32 if STB_THREADS

Sean Barrett 9 年之前
父節點
當前提交
a8876b884d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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