1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

Fix the ZTS build.

This commit is contained in:
foobar
2003-01-09 00:15:33 +00:00
parent 59393ef3ad
commit 66fd5008ab
+1 -1
View File
@@ -953,7 +953,7 @@ PHPAPI int php_getimagetype(php_stream * stream, char *filetype TSRMLS_DC)
if (!memcmp(filetype, php_sig_iff, 4)) {
return IMAGE_FILETYPE_IFF;
}
if (php_get_wbmp(stream, NULL, 1 TSRMLS_DC)) {
if (php_get_wbmp(stream, NULL, 1 TSRMLS_CC)) {
return IMAGE_FILETYPE_WBMP;
}