From 7638200f0bf1939360c4ab957358b2329abc4e3b Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 4 Mar 2019 23:22:06 -0800 Subject: [PATCH] Remove old documentation re: SECURE_CRT --- stb_image_write.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stb_image_write.h b/stb_image_write.h index a19b548..082eb69 100644 --- a/stb_image_write.h +++ b/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.