summaryrefslogtreecommitdiff
path: root/ext/exif/php_exif.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2000-06-05 16:42:03 +0000
committerFrank M. Kromann <fmk@php.net>2000-06-05 16:42:03 +0000
commit2bfe0001dab92dfeaba32d0037f2ffd92ee88b57 (patch)
treeee85781140688c6010b991e40bdd24edce2d2072 /ext/exif/php_exif.h
parente93df14b67d91fc19141036f61f3354f265647e9 (diff)
downloadphp-git-2bfe0001dab92dfeaba32d0037f2ffd92ee88b57.tar.gz
Getting exif module to compile on win32
Diffstat (limited to 'ext/exif/php_exif.h')
-rw-r--r--ext/exif/php_exif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h
index 90a3cb61e0..2f0bcff864 100644
--- a/ext/exif/php_exif.h
+++ b/ext/exif/php_exif.h
@@ -15,7 +15,7 @@
| Authors: Rasmus Lerdorf <rasmus@php.net> |
+----------------------------------------------------------------------+
*/
-#ifdef COMPILE_DL
+#ifdef COMPILE_DL || COMPILE_DL_EXIF
# undef PHP_EXIF
# define PHP_EXIF 1
#endif