Skip to content
Snippets Groups Projects
Commit 2121df9a authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Fixed compilation error on NT.

Rev: src/modules/_Image_JPEG/image_jpeg.c:1.27
parent 2fe4b748
No related branches found
No related tags found
No related merge requests found
/*
* $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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment