Author: aandrejevic Date: Sun Oct 27 01:38:24 2013 New Revision: 60765
URL: http://svn.reactos.org/svn/reactos?rev=60765&view=rev Log: [FAST486] Physical memory read/write callbacks don't need to return a value.
Modified: branches/ntvdm/include/reactos/libs/fast486/fast486.h
Modified: branches/ntvdm/include/reactos/libs/fast486/fast486.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/include/reactos/libs/fast4... ============================================================================== --- branches/ntvdm/include/reactos/libs/fast486/fast486.h [iso-8859-1] (original) +++ branches/ntvdm/include/reactos/libs/fast486/fast486.h [iso-8859-1] Sun Oct 27 01:38:24 2013 @@ -153,7 +153,7 @@ } FAST486_INT_STATUS, *PFAST486_INT_STATUS;
typedef -BOOLEAN +VOID (NTAPI *FAST486_MEM_READ_PROC) ( PFAST486_STATE State, @@ -163,7 +163,7 @@ );
typedef -BOOLEAN +VOID (NTAPI *FAST486_MEM_WRITE_PROC) ( PFAST486_STATE State,