mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL] Initialize GUID_DEVICE_BATTERY properly
This commit is contained in:
parent
2e8c7cf423
commit
fb36723066
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
||||
|
||||
#include <wdm.h>
|
||||
#include <batclass.h>
|
||||
#include <initguid.h>
|
||||
#include <batclass.h>
|
||||
#include <poclass.h>
|
||||
|
||||
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|
||||
|
|
Loading…
Reference in a new issue