[UNIATA] Fix 64 bit issues
[reactos.git] / drivers / storage / ide / uniata / bsmaster.h
index 9ea8af3..1e2332d 100644 (file)
@@ -1588,7 +1588,11 @@ AtapiChipInit(
     IN ULONG c
     );
 
+#ifdef __REACTOS__
+extern ULONG_PTR
+#else
 extern ULONG
+#endif
 NTAPI
 AtapiGetIoRange(
     IN PVOID HwDeviceExtension,