我正在尝试移植我的应用程序以使用来自 1.53.0 的 boost 1.58.0 在 Windows 中编译时出现此错误
\include\boost/interprocess/detail/os_thread_functions.hpp(495): error C3861: '_beginthreadex': identifier not found
os_thread_functions.hpp
包括<process.h>
但我的应用程序也有一个名为process.h
.
我想os_thread_functions.hpp
包括我的应用程序process.h
而不是窗口的标题,因此错误。
我如何强制os_thread_functions.hpp
包含process.h
来自 VS 的头文件?
提前致谢