1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

- Fixed accidental change.

This commit is contained in:
Gustavo André dos Santos Lopes
2011-05-01 04:16:28 +00:00
parent 6df67ace20
commit 02302812e1

View File

@@ -427,7 +427,7 @@ fprintf(stderr, "stream_free: %s:%p[%s] preserve_handle=%d release_cast=%d remov
stream->orig_path = NULL;
}
# if defined(PHP_WIN32_)
# if defined(PHP_WIN32)
OutputDebugString(leakinfo);
# else
fprintf(stderr, "%s", leakinfo);