]> 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 9c0501716551115a40802fef250f60c416bb8580..22373016b6013dc007b57a06ccc72d9ac23d3a3e 100755 (executable)
@@ -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);