1
0
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:
Tux3 / Mlkj / !Lev.uXFMLA 2014-12-06 12:44:38 +01:00
parent b3c08f8e09
commit a5c5618b97
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -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()