Implement some functions that are forwarded to HAL on x86 build, but not on x64....
[reactos.git] / reactos / drivers / storage / scsiport / scsiport.rbuild
index 98e4707..76f94a1 100644 (file)
@@ -10,4 +10,7 @@
        <file>scsiport.c</file>
        <file>scsiport.rc</file>
        <file>scsiport.spec</file>
+       <if property="ARCH" value="amd64">
+               <file>stubs.c</file>
+       </if>
 </module>