ReactOS 0.4.16-dev-1946-g52006dd
poguid.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS SDK
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Power Manager GUID library
5 * COPYRIGHT: Copyright 2011 Timo Kreuzer <timo.kreuzer@reactos.org>
6 */
7
8/* INCLUDES *****************************************************************/
9
10#include <initguid.h>
11#include <wdm.h>
12#include <poclass.h>
13
14/* EOF */