[UNIATA] Fix uniata on x64
[reactos.git] / drivers / storage / ide / uniata / id_sata.cpp
index 2c67131..edd7289 100644 (file)
@@ -650,7 +650,11 @@ UniataAhciInit(
     ULONG c, i;
     PHW_CHANNEL chan;
     ULONG offs;
+#ifdef __REACTOS__
+    ULONG_PTR BaseMemAddress;
+#else
     ULONG BaseMemAddress;
+#endif
     ULONG PI;
     ULONG CAP;
     ULONG CAP2;