use windows header rather than winbase

This commit is contained in:
itsmattkc
2021-11-12 12:07:19 -08:00
parent f4db7cd330
commit d62f269277
+1 -1
View File
@@ -3,7 +3,7 @@
#include <QtGlobal>
#if defined(Q_OS_WINDOWS)
#include <winbase.h>
#include <windows.h>
#elif defined(Q_OS_MAC)
#include <IOKit/pwr_mgt/IOPMLib.h>
#elif defined(Q_OS_LINUX)