diff --git a/common/include/pcl/pcl_macros.h b/common/include/pcl/pcl_macros.h index eebc14decd0..d76d5c3c978 100644 --- a/common/include/pcl/pcl_macros.h +++ b/common/include/pcl/pcl_macros.h @@ -216,8 +216,7 @@ #define NOMINMAX #endif - #define __PRETTY_FUNCTION__ __FUNCTION__ - #define __func__ __FUNCTION__ + #define __PRETTY_FUNCTION__ __FUNCSIG__ #endif #endif // defined _WIN32