- Merge from trunk up to r45543
[reactos.git] / boot / freeldr / freeldr / fs / iso.c
index fc35402..dd12315 100644 (file)
@@ -18,6 +18,7 @@
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#ifndef _M_ARM
 #include <freeldr.h>
 #include <debug.h>
 
 #include <freeldr.h>
 #include <debug.h>
 
@@ -510,3 +511,6 @@ const DEVVTBL* IsoMount(ULONG DeviceId)
        else
                return NULL;
 }
        else
                return NULL;
 }
+
+#endif
+