Closed kejxu closed 5 years ago
as discussed in https://github.com/ros/roscpp_core/issues/108, WIN32 is only introduced by windows.h, it is better to use _WIN32 defined by the Visual Studio compiler for platform detection
WIN32
windows.h
_WIN32
Thanks for the patch.
as discussed in https://github.com/ros/roscpp_core/issues/108,
WIN32
is only introduced bywindows.h
, it is better to use_WIN32
defined by the Visual Studio compiler for platform detection