Skip to content

Commit

Permalink
Fix mingw cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
newfrenchy83 authored and GregoryLundberg committed Nov 6, 2018
1 parent a26dcf8 commit d0575af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/windows_battery_info.cpp
Expand Up @@ -14,7 +14,7 @@

#include "desktop/windows_battery_info.hpp"

#include <Windows.h>
#include <windows.h>

bool windows_battery_info::does_device_have_battery()
{
Expand Down

0 comments on commit d0575af

Please sign in to comment.