mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[STOBJECT] Fix build on linux
This commit is contained in:
parent
3c9aedfd1c
commit
a4576f5509
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@
|
|||
* David Quintana <gigaherz@gmail.com>
|
||||
*/
|
||||
|
||||
#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"
|
||||
|
|
Loading…
Reference in a new issue