mirror of
https://github.com/nothings/stb.git
synced 2025-12-28 16:54:38 +00:00
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
154 B
C
7 lines
154 B
C
#ifdef __clang__
|
|
#define STBIWDEF static inline
|
|
#endif
|
|
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
#define STB_IMAGE_WRITE_STATIC
|
|
#include "stb_image_write.h" |