axmol/cocos2dx/platform/third_party/android/libjpeg/jconfig.h

10 lines
193 B
C
Raw Normal View History

2010-11-03 11:01:17 +08:00
#ifndef __JCONFIG_H__
#define __JCONFIG_H__
#if defined(WIN32) || defined(_WIN32)
#include "jconfig_win.h"
#else
#include "jconfig_linux.h"
#endif // WIN32
#endif /* __JCONFIG_H__ */