Go to the documentation of this file.
25 # define LIBSMBIOS_C_COMPILER_CONFIG "smbios_c/config/compiler/gcc.h"
27 #elif defined _MSC_VER
32 # define LIBSMBIOS_C_COMPILER_CONFIG "smbios_c/config/compiler/visualc.h"
34 #elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
36 #define LIBSMBIOS_C_COMPILER_CONFIG "smbios_c/config/compiler/sunpro_cc.h"
38 #elif defined (LIBSMBIOS_C_ASSERT_CONFIG)
41 # error "Unknown compiler - please report to libsmbios maintainer."