mirror of
https://github.com/nothings/stb
synced 2024-12-15 12:22:55 +03:00
a0b521fcf2
compiling all test cases and compilers in test.sbm Compilers: 32-bit: VS2015 VS2013 VS2008 VC6 (1998) clang-cl 9.0.1 64-bit VS2015 clang-cl 9.0.1
7 lines
135 B
C
7 lines
135 B
C
#ifdef __clang__
|
|
#define STBIDEF static inline
|
|
#endif
|
|
|
|
#define STB_IMAGE_STATIC
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "stb_image.h" |