mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
fix this_function_name macro
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
# define zero_struct {0}
|
# define zero_struct {0}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if COMPILER_MSVC && COMPILER_CL_YEAR < 2015
|
#if COMPILER_MSVC && COMPILER_MSVC_YEAR < 2015
|
||||||
# define this_function_name "unknown"
|
# define this_function_name "unknown"
|
||||||
#else
|
#else
|
||||||
# define this_function_name __func__
|
# define this_function_name __func__
|
||||||
|
|||||||
Reference in New Issue
Block a user