File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 74
74
/* Define to 1 if you have the `clock_gettime' function. */
75
75
/* #undef HAVE_CLOCK_GETTIME */
76
76
77
+ #if defined( __INTEL_COMPILER )
77
78
/* Defined if underlying assembler is compatible with amd64 assembly
78
79
implementations */
79
- /* #undef HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS */
80
+ #define HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS 1
80
81
81
82
/* Defined if underlying assembler is compatible with ARM assembly
82
83
implementations */
83
84
/* #undef HAVE_COMPATIBLE_GCC_ARM_PLATFORM_AS */
84
85
85
86
/* Defined if underlying assembler is compatible with WIN64 assembly
86
87
implementations */
87
- /* #undef HAVE_COMPATIBLE_GCC_WIN64_PLATFORM_AS */
88
+ #define HAVE_COMPATIBLE_GCC_WIN64_PLATFORM_AS 1
89
+ #endif
88
90
89
91
/* Defined for Alpha platforms */
90
92
/* #undef HAVE_CPU_ARCH_ALPHA */
@@ -516,4 +518,12 @@ implementations */
516
518
properly prefixed. */
517
519
#define CAMELLIA_EXT_SYM_PREFIX _gcry_
518
520
521
+ #ifdef _MSC_VER
522
+ # define inline __inline
523
+ # include <crtversion.h>
524
+ # if _VC_CRT_MAJOR_VERSION < 14
525
+ # define snprintf _snprintf
526
+ # endif
527
+ #endif
528
+
519
529
#endif /*_GCRYPT_CONFIG_H_INCLUDED*/
You can’t perform that action at this time.
0 commit comments