del warnings

This commit is contained in:
2022-01-20 13:32:35 +01:00
parent c6deb28e5d
commit a9286b1b92
10 changed files with 14 additions and 481 deletions

View File

@ -54,8 +54,8 @@ extern "C" {
//=================================================================================================
//macro for filename without path
//#define _FILE_ ((PSZ)(strrchr(__FILE__, '/') ? (strrchr(__FILE__, '/') + 1) : \
// (strrchr(__FILE__, '\\') ? (strrchr(__FILE__, '\\') + 1) : __FILE__)))
/* #define _FILE_ ((PSZ)(strrchr(__FILE__, '/') ? (strrchr(__FILE__, '/') + 1) : \
(strrchr(__FILE__, '\\') ? (strrchr(__FILE__, '\\') + 1) : __FILE__)))*/
#define _FILE_ __FILE__