fix _WIN32 if STB_THREADS

This commit is contained in:
Sean Barrett 2016-04-02 03:40:42 -07:00
parent aeba55604a
commit a8876b884d

2
stb.h
View File

@ -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