|
libsmbios_c library
|
Go to the source code of this file.
| #define _dbg_cerr | ( | line | ) | _dbg_iostream_out(cerr, line) |
| #define _dbg_cout | ( | line | ) | _dbg_iostream_out(cout, line) |
| #define _dbg_iostream_out | ( | stream, | |
| line | |||
| ) | do { stream << line; } while(0) |
| #define _null_call | ( | ... | ) | do {} while(0) |
| #define DCERR _null_call |
| #define DCOUT _null_call |
| #define LIBSMBIOS_ABI_PREFIX "smbios/config/abi/msvc_prefix.hpp" |
| #define LIBSMBIOS_ABI_SUFFIX "smbios/config/abi/msvc_suffix.hpp" |
| #define LIBSMBIOS_COMPILER "Microsoft Visual C++ version " LIBSMBIOS_STRINGIZE(LIBSMBIOS_COMPILER_VERSION) |
| #define LIBSMBIOS_COMPILER_VERSION _MSC_VER |
| #define LIBSMBIOS_DISABLE_WIN32 |
| #define LIBSMBIOS_HAS_DECLSPEC |
| #define LIBSMBIOS_MSVC _MSC_VER |
| #define LIBSMBIOS_MSVC6_MEMBER_TEMPLATES |
| #define LIBSMBIOS_NO_DEDUCED_TYPENAME |
| #define LIBSMBIOS_NO_EXCEPTIONS |
| #define LIBSMBIOS_NO_INTEGRAL_INT64_T |
| #define LIBSMBIOS_NO_INTRINSIC_WCHAR_T |
| #define LIBSMBIOS_NO_MEMBER_TEMPLATES |
| #define LIBSMBIOS_NO_SFINAE |
| #define LIBSMBIOS_NO_STDC_NAMESPACE |
| #define LIBSMBIOS_NO_SWPRINTF |
| #define LIBSMBIOS_NO_SWPRINTF |
| #define LIBSMBIOS_NO_TEMPLATE_TEMPLATES |
| #define LIBSMBIOS_NO_USING_TEMPLATE |
| #define LIBSMBIOS_NO_VOID_RETURNS |
| #define LIBSMBIOS_PACKED_ATTR |
| #define MARK_UNUSED |
| #define UNREFERENCED_PARAMETER | ( | P | ) | (P) |
1.7.6.1