Fixed issue found by winapi_check.

oldstable
Patrik Stridvall 2001-08-09 21:35:59 +00:00 committed by Alexandre Julliard
parent 4b33b1322d
commit ad9cab82a4
1 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,8 @@
*
*/
#include "config.h"
#include <unistd.h>
#include <stdio.h>
#include <string.h>
@ -43,7 +45,9 @@
#ifdef HAVE_LIBJPEG
/* This is a hack, so jpeglib.h does not redefine INT32 and the like*/
#define XMD_H
#include <jpeglib.h>
#ifdef HAVE_JPEGLIB_H
# include <jpeglib.h>
#endif
#endif
DEFAULT_DEBUG_CHANNEL(ole);