Go to the documentation of this file. 24 #if defined(linux) || defined(__linux) || defined(__linux__) 26 # define LIBSMBIOS_PLATFORM_CONFIG "smbios/config/platform/linux.hpp" 28 #elif defined(_WIN64) || defined(__WIN64__) || defined(WIN64) 30 # define LIBSMBIOS_PLATFORM_CONFIG "smbios/config/platform/win64.hpp" 32 #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) 34 # define LIBSMBIOS_PLATFORM_CONFIG "smbios/config/platform/win32.hpp" 37 # define LIBSMBIOS_PLATFORM_CONFIG "smbios/config/platform/solaris.hpp" 40 # if defined (LIBSMBIOS_ASSERT_CONFIG) 43 # error "Unknown platform - please report to libsmbios maintainer."