mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix include 'Windows.h' -> 'windows.h'
MinGW is case sensitive
This commit is contained in:
parent
b3c08f8e09
commit
a5c5618b97
|
@ -17,7 +17,7 @@
|
|||
#include <QDebug>
|
||||
#ifdef Q_OS_WIN32
|
||||
#include "src/platform/timer.h"
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
uint32_t Platform::getIdleTime()
|
||||
|
|
Loading…
Reference in New Issue
Block a user