- Update to r53061
[reactos.git] / drivers / wmi / wmilib.c
index 29b5f82..c6cec4a 100644 (file)
@@ -1,16 +1,17 @@
 /*
- * PROJECT:         ReactOS Kernel
+ * PROJECT:         ReactOS WMI driver
  * COPYRIGHT:       GPL - See COPYING in the top level directory
- * FILE:            ntoskrnl/ex/atom.c
- * PURPOSE:         Executive Atom Functions
- * PROGRAMMERS:     Alex Ionescu (alex@relsoft.net)
- *                  Gunnar Dalsnes
+ * FILE:            drivers/wmi/wmilib.c
+ * PURPOSE:         Windows Management Intstrumentation
+ * PROGRAMMERS:     Aleksey Bragin (aleksey@reactos.org)
+ *                  
  */
 
 /* INCLUDES *****************************************************************/
 
 #include <stdio.h>
 #include <ntddk.h>
+#include <wmilib.h>
 
 #define NDEBUG
 #include <debug.h>
@@ -33,7 +34,7 @@ WmiCompleteRequest(IN PDEVICE_OBJECT DeviceObject,
 NTSTATUS
 NTAPI
 WmiFireEvent(IN PDEVICE_OBJECT DeviceObject,
-             IN LPGUID Guid,
+             IN LPCGUID Guid,
              IN ULONG InstanceIndex,
              IN ULONG EventDataSize,
              IN PVOID EventData)