From 3d46297cc150803a55e27f446b2d4708ff0b04bd Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 7 Aug 2019 00:33:57 +0200 Subject: Update external libraries --- src/external/stb_image_write.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/external/stb_image_write.h') diff --git a/src/external/stb_image_write.h b/src/external/stb_image_write.h index a19b548a..082eb69d 100644 --- a/src/external/stb_image_write.h +++ b/src/external/stb_image_write.h @@ -10,11 +10,6 @@ Will probably not work correctly with strict-aliasing optimizations. - If using a modern Microsoft Compiler, non-safe versions of CRT calls may cause - compilation warnings or even errors. To avoid this, also before #including, - - #define STBI_MSC_SECURE_CRT - ABOUT: This header file is a library for writing images to C stdio or a callback. -- cgit v1.2.3