stb icon indicating copy to clipboard operation
stb copied to clipboard

Fix _CRT_SECURE_NO_WARNINGS deprecation notice when compiling with msvc

Open birds3345 opened this issue 1 year ago • 2 comments

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 avatar Mar 04 '24 06:03 birds3345

Forgot to mention that this is in stb_image_write.h

birds3345 avatar Mar 04 '24 06:03 birds3345

fixes #1446

birds3345 avatar Mar 04 '24 21:03 birds3345