SWDEV-441258 - remove full path for HIP LOG windows

Change-Id: Ibad6e9542c0cede38f5a114dcd352356ddedf019
Tá an tiomantas seo le fáil i:
pghafari
2024-01-16 09:22:17 -05:00
tiomanta ag Payam Ghafari
tuismitheoir 13c6f56ca9
tiomantas 0cff14c9e1
+4
Féach ar an gComhad
@@ -134,7 +134,11 @@ inline void warning(const char* msg) { amd::report_warning(msg); }
#define Untested(msg) (void)(0) #define Untested(msg) (void)(0)
#endif /*NDEBUG*/ #endif /*NDEBUG*/
#ifdef _WIN32
#define __FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
#else
#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) #define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)
#endif
#define Log(level, msg) \ #define Log(level, msg) \
do { \ do { \