瀏覽代碼

Remove old documentation re: SECURE_CRT

Sean Barrett 6 年之前
父節點
當前提交
7638200f0b
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      stb_image_write.h

+ 0 - 5
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.