https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a4576f55099602f05d06cf1fab1b8d6448ffc26a
commit a4576f55099602f05d06cf1fab1b8d6448ffc26a Author: Giannis Adamopoulos <[email protected]> AuthorDate: Mon Oct 16 18:21:02 2017 +0300 [STOBJECT] Fix build on linux --- dll/shellext/stobject/power.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dll/shellext/stobject/power.cpp b/dll/shellext/stobject/power.cpp index 5853b2bdbf..a25de28cfb 100644 --- a/dll/shellext/stobject/power.cpp +++ b/dll/shellext/stobject/power.cpp @@ -8,10 +8,10 @@ * David Quintana <[email protected]> */ -#include <Windows.h> -#include <SetupAPI.h> +#include <windows.h> +#include <setupapi.h> #include <devguid.h> -#include <BatClass.h> +#include <batclass.h> #include "precomp.h" #include "powrprof.h"
