git doesn't understand namechange

This commit is contained in:
georgemoralis 2023-08-03 13:43:25 +03:00
parent 813385caa3
commit abd3dd4b5a
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#ifdef _MSC_VER
#define BREAKPOINT __debugbreak
#elif defined(__GNUC__)
#define BREAKPOINT __builtin_trap
#else
#error What the fuck is this compiler
#endif