- Make most of the the video stack compile with msvc
[reactos.git] / reactos / drivers / video / displays / framebuf / pointer.c
index 9b1b113..cd41ff0 100644 (file)
@@ -65,7 +65,7 @@ DrvMovePointer(
    IN LONG y,
    IN RECTL *prcl)
 {
-   return EngMovePointer(pso, x, y, prcl);
+   EngMovePointer(pso, x, y, prcl);
 }
 
 #else