diff dmres.h @ 124:d5cfd29c87c4

Rename some conditional compilation directives.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 05:37:26 +0300
parents e9de22e5a6d5
children c6b4fa03744c
line wrap: on
line diff
--- a/dmres.h	Thu Oct 04 05:37:03 2012 +0300
+++ b/dmres.h	Thu Oct 04 05:37:26 2012 +0300
@@ -9,7 +9,7 @@
 
 #include "dmlib.h"
 
-#ifdef DMRES_PACKFS
+#ifdef DM_USE_PACKFS
 #include <zlib.h>
 #include "dmpack.h"
 #endif
@@ -127,7 +127,7 @@
 // Opening and closing resources
 DMResource * dmf_open(const char *);
 DMResource * dmf_open_memio(const char *, Uint8 *buf, size_t len);
-#ifdef DMRES_STDIO
+#ifdef DM_USE_STDIO
 DMResource * dmf_create_stdio(const char *filename, const char *mode);
 DMResource * dmf_create_stdio_stream(FILE *);
 #endif