diff options
Diffstat (limited to 'ext/gd/libgd/gd_jpeg.c')
-rw-r--r-- | ext/gd/libgd/gd_jpeg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/gd/libgd/gd_jpeg.c b/ext/gd/libgd/gd_jpeg.c index 3182db12c8..a2b8b62d90 100644 --- a/ext/gd/libgd/gd_jpeg.c +++ b/ext/gd/libgd/gd_jpeg.c @@ -38,10 +38,6 @@ #include "jpeglib.h" #include "jerror.h" -#if PHP_WIN32 -typedef SSIZE_T ssize_t; -#endif - static const char *const GD_JPEG_VERSION = "1.0"; typedef struct _jmpbuf_wrapper |