fix this_function_name macro

This commit is contained in:
Ryan Fleury
2024-02-13 09:56:46 -08:00
parent ac30c8a84b
commit 4a9e5512f6
+1 -1
View File
@@ -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__