Thanks gge..
[reactos.git] / reactos / hal / hal / hal.c
index ba3ae41..fd97737 100644 (file)
@@ -11,7 +11,7 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <ddk/ntddk.h>
+#include <ntddk.h>
 #include <ndk/halfuncs.h>
 #include <ndk/kdfuncs.h>
 
@@ -126,13 +126,14 @@ HalAllocateCommonBuffer(
 }
 
 
-VOID
+PVOID
 NTAPI
 HalAllocateCrashDumpRegisters(
   ULONG Unknown1,
   ULONG Unknown2)
 {
   UNIMPLEMENTED;
+  return NULL;
 }