This commit is contained in:
Zeev Suraski 1999-06-09 21:40:52 +00:00
parent 95c9e3014a
commit 2fb5e56123

View file

@ -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);