DYT/Tool/matlab/include/MatlabCppSharedLib/detail/matlab_runtime_version.hpp

14 lines
332 B
C++
Raw Normal View History

2024-11-22 15:19:31 +00:00
/* Copyright 2017 The MathWorks, Inc. */
#ifndef MATLAB_RUNTIME_VERSION_HPP
#define MATLAB_RUNTIME_VERSION_HPP
#ifdef _WIN32
const wchar_t * const MATLAB_CPP_SHARED_LIB_BASE_NAME = L"libMatlabCppSharedLib";
const wchar_t * const MATLAB_CPP_SHARED_LIB_SUFFIX = L"9_11.dll";
#endif // _WIN32
#endif // MATLAB_RUNTIME_VERSION_HPP