[HAL]: Whoever came up with this MINIHAL idea...
authorSir Richard <sir_richard@svn.reactos.org>
Thu, 1 Apr 2010 20:54:12 +0000 (20:54 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Thu, 1 Apr 2010 20:54:12 +0000 (20:54 +0000)
svn path=/trunk/; revision=46653

reactos/hal/halx86/generic/usage.c

index f86bc62..02c86e2 100644 (file)
@@ -60,6 +60,7 @@ ADDRESS_USAGE HalpDefaultIoSpace =
 
 /* FUNCTIONS ******************************************************************/
 
+#ifndef _MINIHAL_
 VOID
 NTAPI
 HalpGetResourceSortValue(IN PCM_PARTIAL_RESOURCE_DESCRIPTOR Descriptor,
@@ -481,6 +482,7 @@ HalpReportResourceUsage(IN PUNICODE_STRING HalName,
     /* Get the machine's serial number */
     HalpReportSerialNumber();
 }
+#endif
 
 VOID
 NTAPI