]> granicus.if.org Git - php/commitdiff
- Reverted unintended change.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 19 Nov 2010 23:42:44 +0000 (23:42 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 19 Nov 2010 23:42:44 +0000 (23:42 +0000)
main/streams/streams.c

index 33a737bbfa437711ff16a24e96d52dceb15acfb1..fcd1369097405825e593df3cfd6c34116f481a7f 100755 (executable)
@@ -475,7 +475,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);