1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00

- Fixed accidental change.

This commit is contained in:
Gustavo André dos Santos Lopes
2011-05-01 04:16:28 +00:00
parent 93f65cdeac
commit 8dfe15a12e

View File

@@ -503,7 +503,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);