- fixed the ProbeForWrite prototype
[reactos.git] / reactos / w32api / include / ddk / winddk.h
index eef60ca..8f5f16f 100644 (file)
@@ -6738,7 +6738,7 @@ NTOSAPI
 VOID
 DDKAPI
 ProbeForWrite(
-  IN CONST VOID  *Address,
+  IN PVOID  Address,
   IN ULONG  Length,
   IN ULONG  Alignment);