mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
stbi: fix compilation with tcc
This commit is contained in:
parent
718a4692dd
commit
93294d4a97
4
thirdparty/stb_image/stb_image.h
vendored
4
thirdparty/stb_image/stb_image.h
vendored
@ -336,6 +336,10 @@ RECENT REVISION HISTORY:
|
||||
// default this is set to (1 << 24), which is 16777216, but that's still
|
||||
// very big.
|
||||
|
||||
#ifdef __TINYC__
|
||||
#define STBI_NO_SIMD
|
||||
#endif
|
||||
|
||||
#ifndef STBI_NO_STDIO
|
||||
#include <stdio.h>
|
||||
#endif // STBI_NO_STDIO
|
||||
|
Loading…
Reference in New Issue
Block a user