Go to the documentation of this file.
20 #ifndef LIBSMBIOS_COMPAT_H_INCLUDED
21 #define LIBSMBIOS_COMPAT_H_INCLUDED
31 #if defined(LIBSMBIOS_HAS_DECLSPEC) && defined(LIBSMBIOS_ALL_DYN_LINK)
32 # if defined(LIBSMBIOS_SOURCE) || defined(LIBSMBIOS_SOURCE)
33 # define DLL_SPEC __declspec(dllexport)
35 # define DLL_SPEC __declspec(dllimport)
44 #ifdef LIBSMBIOS_PLATFORM_WIN32
45 # define WIN32_LEAN_AND_MEAN
48 # define _snprintf snprintf