Add DEBUG messages for protected-file handling
This commit is contained in:
parent
9603c961c0
commit
b302b535c3
3 changed files with 58 additions and 5 deletions
|
@ -32,6 +32,8 @@
|
|||
#define strncasecmp(a, b, n) _strnicmp(a, b, n)
|
||||
#endif
|
||||
|
||||
std::string get_basename(const std::string& filename);
|
||||
|
||||
// Include a message in assert, similar to static_assert:
|
||||
#define assertm(exp, msg) assert(((void)msg, exp))
|
||||
// Use (void) to silent unused warnings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue