axmol/thirdparty/jpeg/include/jconfig.h

14 lines
264 B
C

/*
** This file is auto generated by https://github.com/adxeproject/buildware.git
*/
#ifndef BUILDWARE_jpeg_turbo_REDIRECT_H
#define BUILDWARE_jpeg_turbo_REDIRECT_H
#if defined(_WIN32)
# include "win32/jconfig.h"
#else
# include "unix/jconfig.h"
#endif
#endif