Skip to content

Commit 2bfe000

Browse files
committed
Getting exif module to compile on win32
1 parent e93df14 commit 2bfe000

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ext/exif/exif.dsp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/exif/php_exif.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| Authors: Rasmus Lerdorf <rasmus@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
18-
#ifdef COMPILE_DL
18+
#ifdef COMPILE_DL || COMPILE_DL_EXIF
1919
# undef PHP_EXIF
2020
# define PHP_EXIF 1
2121
#endif

0 commit comments

Comments
 (0)