Files
danbooru/lib/danbooru_image_resizer/jpeglib-extern.h
2010-02-08 01:40:39 -05:00

17 lines
169 B
C

// Needed for OS X
#ifndef JPEGLIB_EXTERN_H
#define JPEGLIB_EXTERN_H
#ifdef __cplusplus
extern "C" {
#endif
#include <jpeglib.h>
#ifdef __cplusplus
}
#endif
#endif