mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
9 lines
157 B
C
9 lines
157 B
C
|
#ifndef _LIBJPEG_PRECOMP_H_
|
||
|
#define _LIBJPEG_PRECOMP_H_
|
||
|
|
||
|
#define JPEG_INTERNALS
|
||
|
#include "jinclude.h"
|
||
|
#include "jpeglib.h"
|
||
|
|
||
|
#endif /* _LIBJPEG_PRECOMP_H_ */
|