mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Case sensitive includes on windows
The WINAPI may not be case-sensitive, but cross compilers running on Linux are
This commit is contained in:
parent
3fc778ae3d
commit
919080b80d
|
@ -18,7 +18,7 @@
|
|||
#ifdef Q_OS_WIN32
|
||||
#include "src/platform/autorun.h"
|
||||
#include "src/misc/settings.h"
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <string>
|
||||
|
||||
namespace Platform
|
||||
|
|
Loading…
Reference in New Issue
Block a user