Author: gadamopoulos Date: Tue Feb 15 17:01:38 2011 New Revision: 50711
URL: http://svn.reactos.org/svn/reactos?rev=50711&view=rev Log: [uniata] - Fix some compilation issues with msc
Modified: branches/cmake-bringup/drivers/storage/ide/uniata/id_sata.cpp
Modified: branches/cmake-bringup/drivers/storage/ide/uniata/id_sata.cpp URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/drivers/storage/id... ============================================================================== --- branches/cmake-bringup/drivers/storage/ide/uniata/id_sata.cpp [iso-8859-1] (original) +++ branches/cmake-bringup/drivers/storage/ide/uniata/id_sata.cpp [iso-8859-1] Tue Feb 15 17:01:38 2011 @@ -237,7 +237,8 @@ return FALSE; } // end UniataSataEvent()
-ULONG +ULONG +NTAPI UniataSataReadPort4( IN PHW_CHANNEL chan, IN ULONG io_port_ndx, @@ -302,6 +303,7 @@ } // end UniataSataReadPort4()
VOID +NTAPI UniataSataWritePort4( IN PHW_CHANNEL chan, IN ULONG io_port_ndx,