[ros-diffs] [ros-arm-bringup] 41913: The Halp* drive assignment stuff doesn't exist on ARM, AFAIK
ros-arm-bringup at svn.reactos.org
ros-arm-bringup at svn.reactos.org
Sun Jul 12 12:39:05 CEST 2009
Author: ros-arm-bringup
Date: Sun Jul 12 14:39:04 2009
New Revision: 41913
URL: http://svn.reactos.org/svn/reactos?rev=41913&view=rev
Log:
The Halp* drive assignment stuff doesn't exist on ARM, AFAIK
Modified:
trunk/reactos/hal/hal/hal.c
Modified: trunk/reactos/hal/hal/hal.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal.c?rev=41913&r1=41912&r2=41913&view=diff
==============================================================================
--- trunk/reactos/hal/hal/hal.c [iso-8859-1] (original)
+++ trunk/reactos/hal/hal/hal.c [iso-8859-1] Sun Jul 12 14:39:04 2009
@@ -610,7 +610,7 @@
return TRUE;
}
-
+#ifndef _M_ARM
VOID
NTAPI
HalpAssignDriveLetters(IN struct _LOADER_PARAMETER_BLOCK *LoaderBlock,
@@ -668,7 +668,7 @@
PartitionNumber,
PartitionType);
}
-
+#endif
BOOLEAN
NTAPI
More information about the Ros-diffs
mailing list