nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.77k stars 7.66k forks source link

Fix _CRT_SECURE_NO_WARNINGS deprecation notice when compiling with msvc #1618

Closed birds3345 closed 1 week ago

birds3345 commented 4 months ago

This fix takes care of the _CRT_SECURE_NO_WARNINGS deprecation notice when compiling with msvc. The preprocessor directive did not account for msvc compilers as they don't define STDC_LIB_EXT1.

birds3345 commented 4 months ago

Forgot to mention that this is in stb_image_write.h

birds3345 commented 4 months ago

fixes #1446