diff options
| author | Andi Gutmans <andi@php.net> | 2000-02-10 17:03:53 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-02-10 17:03:53 +0000 |
| commit | bc5c9d8d7b0a32e6d716141c0ff2d7f5015c4658 (patch) | |
| tree | 8b28c846ebb36bdf6d3ce3a087be70ba479c17f8 /Zend/zend_alloc.c | |
| parent | 945e9c3f2098685e2960b825b95737843a356581 (diff) | |
| download | php-git-bc5c9d8d7b0a32e6d716141c0ff2d7f5015c4658.tar.gz | |
- Finally beautify those WIN32|WINNT checks
Diffstat (limited to 'Zend/zend_alloc.c')
| -rw-r--r-- | Zend/zend_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index d520551149..008e875a00 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -447,7 +447,7 @@ void zend_debug_alloc_output(char *format, ...) vsprintf(output_buf, format, args); va_end(args); -#if WIN32||WINNT +#if ZEND_WIN32 OutputDebugString(output_buf); #else fprintf(stderr, output_buf); |
