From 2121df9a38dbc0feeb55b51b5b2434e1f7ed1b4f Mon Sep 17 00:00:00 2001
From: Marcus Comstedt <marcus@mc.pp.se>
Date: Wed, 2 Feb 2000 23:02:17 +0100
Subject: [PATCH] Fixed compilation error on NT.

Rev: src/modules/_Image_JPEG/image_jpeg.c:1.27
---
 src/modules/_Image_JPEG/image_jpeg.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/modules/_Image_JPEG/image_jpeg.c b/src/modules/_Image_JPEG/image_jpeg.c
index 7d7c469341..1c61269c2e 100644
--- a/src/modules/_Image_JPEG/image_jpeg.c
+++ b/src/modules/_Image_JPEG/image_jpeg.c
@@ -1,5 +1,5 @@
 /*
- * $Id: image_jpeg.c,v 1.26 1999/05/12 04:47:20 hubbe Exp $
+ * $Id: image_jpeg.c,v 1.27 2000/02/02 22:02:17 marcus Exp $
  */
 
 #include "global.h"
@@ -29,13 +29,15 @@
 #include <jpeglib.h>
 #undef size_t
 #undef FILE
+#undef _SIZE_T_DEFINED
+#undef _FILE_DEFINED
 
 #endif /* HAVE_JPEGLIB_H */
 
 #ifdef HAVE_STDLIB_H
 #undef HAVE_STDLIB_H
 #endif
-RCSID("$Id: image_jpeg.c,v 1.26 1999/05/12 04:47:20 hubbe Exp $");
+RCSID("$Id: image_jpeg.c,v 1.27 2000/02/02 22:02:17 marcus Exp $");
 
 #include "pike_macros.h"
 #include "object.h"
-- 
GitLab