diff src/dmimage.c @ 950:88d9440afad0

Use dmzlib module in stb_image.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2015 18:35:29 +0200
parents df2a9c635175
children 985225a93aeb
line wrap: on
line diff
--- a/src/dmimage.c	Thu Feb 26 18:28:32 2015 +0200
+++ b/src/dmimage.c	Thu Feb 26 18:35:29 2015 +0200
@@ -2,16 +2,16 @@
  * DMLib
  * -- Bitmap image conversion and loading
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
  */
 #include "dmimage.h"
+#include "dmzlib.h"
 
 
 #define STBI_NO_FAILURE_STRINGS 1
 #define STBI_FAILURE_USERMSG 1
 
 #define STB_IMAGE_IMPLEMENTATION 1
-#define STBI_INTERNAL_ZLIB 1
 #define STBI_NO_STDIO 1
 #define STBI_NO_HDR 1