Auto-define JAS_WIN_MSVC_BUILD is we are using MSVC.

This commit is contained in:
rude
2013-09-26 00:45:39 +02:00
parent c065120c58
commit bc9c89d171
@@ -6,6 +6,10 @@
#ifndef JAS_CONFIG_H #ifndef JAS_CONFIG_H
#define JAS_CONFIG_H #define JAS_CONFIG_H
#if !defined(JAS_WIN_MSVC_BUILD) && defined(WIN32)
# define JAS_WIN_MSVC_BUILD
#endif
/* This preprocessor symbol identifies the version of JasPer. */ /* This preprocessor symbol identifies the version of JasPer. */
#define JAS_VERSION "1.900.1" #define JAS_VERSION "1.900.1"
/* If configure is being used, this symbol will be defined automatically /* If configure is being used, this symbol will be defined automatically