added resizer
This commit is contained in:
16
lib/danbooru_image_resizer/jpeglib-extern.h
Normal file
16
lib/danbooru_image_resizer/jpeglib-extern.h
Normal file
@@ -0,0 +1,16 @@
|
||||
// Needed for OS X
|
||||
|
||||
#ifndef JPEGLIB_EXTERN_H
|
||||
#define JPEGLIB_EXTERN_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <jpeglib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user