Fix warnings in Qt6 builds
This commit is contained in:
parent
45af044cd8
commit
a24a497759
4 changed files with 29 additions and 10 deletions
2
cli.cpp
2
cli.cpp
|
|
@ -29,7 +29,7 @@
|
|||
\*-------------------------------------------------------------*/
|
||||
#ifdef _WIN32
|
||||
#include <shellapi.h>
|
||||
#define strcasecmp strcmpi
|
||||
#define strcasecmp _strcmpi
|
||||
#endif
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue