Fix warnings in Qt6 builds

This commit is contained in:
totesNotRosalyn 2025-03-30 14:35:53 -05:00 committed by Adam Honse
parent 45af044cd8
commit a24a497759
4 changed files with 29 additions and 10 deletions

View file

@ -29,7 +29,7 @@
\*-------------------------------------------------------------*/
#ifdef _WIN32
#include <shellapi.h>
#define strcasecmp strcmpi
#define strcasecmp _strcmpi
#endif
using namespace std::chrono_literals;