mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:53:00 +00:00
[SDK] Swap initguid and wdm headers
The WDM header contains power manager related GUIDs that were declared but never initialized properly due to the fact the initguid.h header wasn't at the top.
This patch fixes a linker error in the kernel where GUIDs like GUID_LIDSWITCH_STATE_CHANGE are used.
It's a hotfix for 624c3fd
.
This commit is contained in:
parent
624c3fd847
commit
a5ab400689
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <wdm.h>
|
||||
#include <initguid.h>
|
||||
#include <wdm.h>
|
||||
#include <poclass.h>
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue