You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvidia-texture-tools/project/vc2017/nvconfig.h

23 lines
392 B
C

#ifndef NV_CONFIG
#define NV_CONFIG
//#cmakedefine HAVE_UNISTD_H
//#define HAVE_STDARG_H
//#cmakedefine HAVE_SIGNAL_H
//#cmakedefine HAVE_EXECINFO_H
//#define HAVE_MALLOC_H
#if defined(_OPENMP)
#define HAVE_OPENMP
#endif
#define NV_HAVE_STBIMAGE
/*#if !defined(_M_X64)
//#define NV_HAVE_FREEIMAGE
#define NV_HAVE_PNG
#define NV_HAVE_JPEG
#define NV_HAVE_TIFF
#endif*/
#endif // NV_CONFIG