Go to the documentation of this file. 24 #if defined(linux) || defined(__linux) || defined(__linux__) 26 # define LIBSMBIOS_C_PLATFORM_CONFIG "smbios_c/config/platform/linux.h" 28 #elif defined(_WIN64) || defined(__WIN64__) || defined(WIN64) 30 # define LIBSMBIOS_C_PLATFORM_CONFIG "smbios_c/config/platform/win64.h" 32 #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) 34 # define LIBSMBIOS_C_PLATFORM_CONFIG "smbios_c/config/platform/win32.h" 38 # if defined (LIBSMBIOS_C_ASSERT_CONFIG) 41 # error "Unknown platform - please report to libsmbios maintainer."