]> granicus.if.org Git - php/commitdiff
- Fixed accidental change.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 1 May 2011 04:16:28 +0000 (04:16 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 1 May 2011 04:16:28 +0000 (04:16 +0000)
main/streams/streams.c

index caa7e1d0f99dc194c24ac4184367fe24ee5c1c4e..4a227e8f02d8285658278d785554752006e2a1a1 100755 (executable)
@@ -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);