1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-20 01:24:11 +00:00
reactos/dll/3rdparty/libjpeg/precomp.h

9 lines
157 B
C
Raw Normal View History

2017-11-26 12:16:29 +00:00
#ifndef _LIBJPEG_PRECOMP_H_
#define _LIBJPEG_PRECOMP_H_
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#endif /* _LIBJPEG_PRECOMP_H_ */