1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-26 00:53:43 +00:00
reactos/dll/3rdparty/libjpeg/precomp.h

9 lines
157 B
C
Raw Normal View History

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