Index: trunk/Include/WinNT.ab
===================================================================
--- trunk/Include/WinNT.ab	(revision 321)
+++ trunk/Include/WinNT.ab	(revision 322)
@@ -5376,5 +5376,5 @@
 	Dim vptr = ptr As * /*Volatile*/ Byte
 #ifdef _WIN64
-	__stosb(vptr, 0, cnt)
+	FillMemory(vptr, cnt, 0)
 #else
 
