diff options
author | Andi Gutmans <andi@php.net> | 2000-07-06 14:47:02 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-07-06 14:47:02 +0000 |
commit | 3247b9a2075f9763bedf9a3f9e5c764c3e461663 (patch) | |
tree | 2d329a17353376ed30759ea9c8ec913b7b82b840 /ext/fdf/php_fdf.h | |
parent | 2b70aaf12d95dd640203b6141bf2e730dbfa705f (diff) | |
download | php-git-3247b9a2075f9763bedf9a3f9e5c764c3e461663.tar.gz |
- Use #ifdef PHP_WIN32 to detect Windows
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r-- | ext/fdf/php_fdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index 093388846f..3d9d9b40b0 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -32,7 +32,7 @@ #define PHP_FDF_H #if HAVE_FDFLIB -#if WIN32|WINNT +#ifdef PHP_WIN32 #else #define UNIX_DEV #endif |