[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Sun, 27 Oct 2013 01:38:24 +0000 (01:38 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Sun, 27 Oct 2013 01:38:24 +0000 (01:38 +0000)
Physical memory read/write callbacks don't need to return a value.

svn path=/branches/ntvdm/; revision=60765

include/reactos/libs/fast486/fast486.h

index 618a291..0ace079 100644 (file)
@@ -153,7 +153,7 @@ typedef enum _FAST486_INT_STATUS
 } FAST486_INT_STATUS, *PFAST486_INT_STATUS;
 
 typedef
-BOOLEAN
+VOID
 (NTAPI *FAST486_MEM_READ_PROC)
 (
     PFAST486_STATE State,
@@ -163,7 +163,7 @@ BOOLEAN
 );
 
 typedef
-BOOLEAN
+VOID
 (NTAPI *FAST486_MEM_WRITE_PROC)
 (
     PFAST486_STATE State,