Go to the documentation of this file. 15 #define LIBSMBIOS_C_MSVC _MSC_VER 16 #define LIBSMBIOS_C_HAS_FUNCTION 17 #define LIBSMBIOS_C_HAS_LONG_LONG 18 #define LIBSMBIOS_C_HAS_DECLSPEC 19 #define LIBSMBIOS_C_PACKED_ATTR 21 #ifndef _NATIVE_WCHAR_T_DEFINED 22 # define LIBSMBIOS_C_NO_INTRINSIC_WCHAR_T 28 #ifndef LIBSMBIOS_C_ABI_PREFIX 29 # define LIBSMBIOS_C_ABI_PREFIX "smbios_c/config/abi/msvc_prefix.h" 31 #ifndef LIBSMBIOS_C_ABI_SUFFIX 32 # define LIBSMBIOS_C_ABI_SUFFIX "smbios_c/config/abi/msvc_suffix.h" 36 # define LIBSMBIOS_C_COMPILER_VERSION 7.1 37 # elif _MSC_VER == 1400 38 # define LIBSMBIOS_C_COMPILER_VERSION 8.0 39 # elif _MSC_VER == 1500 40 # define LIBSMBIOS_C_COMPILER_VERSION 9.0 42 # define LIBSMBIOS_C_COMPILER_VERSION _MSC_VER 45 #define LIBSMBIOS_C_COMPILER "Microsoft Visual C++ version " LIBSMBIOS_C_STRINGIZE(LIBSMBIOS_C_COMPILER_VERSION) 52 #error "Compiler looks ancient. Sorry but we dont support it MSVC++ prior to version 8.0." 57 # if defined(LIBSMBIOS_C_ASSERT_CONFIG) 58 # error "Unknown compiler version - please run the configure tests and report the results" 60 # pragma message("Unknown compiler version - please run the configure tests and report the results")