summaryrefslogtreecommitdiffhomepage
path: root/src/external/stb_image_write.h
diff options
context:
space:
mode:
authorRay <[email protected]>2019-08-07 00:33:57 +0200
committerRay <[email protected]>2019-08-07 00:33:57 +0200
commit3d46297cc150803a55e27f446b2d4708ff0b04bd (patch)
treeed441cacca41738d27371e2d49c11be250ba2462 /src/external/stb_image_write.h
parent439e73a8ece912f2a7df5f4c0ed7fc6fb7673672 (diff)
downloadraylib-3d46297cc150803a55e27f446b2d4708ff0b04bd.tar.gz
raylib-3d46297cc150803a55e27f446b2d4708ff0b04bd.zip
Update external libraries
Diffstat (limited to 'src/external/stb_image_write.h')
-rw-r--r--src/external/stb_image_write.h5
1 files changed, 0 insertions, 5 deletions
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.