mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix
This commit is contained in:
parent
95c9e3014a
commit
2fb5e56123
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ int zend_load_extension(char *path)
|
|||
|
||||
handle = DL_LOAD(path);
|
||||
if (!handle) {
|
||||
#ifndef WIN32||WINNT
|
||||
#if !(WIN32||WINNT)
|
||||
fprintf(stderr, "Failed loading %s: %s\n", path, dlerror());
|
||||
#else
|
||||
fprintf(stderr, "Failed loading %s\n", path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue