]> gitweb.factorcode.org Git - factor.git/commitdiff
wipe.windows: fix using
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 23 Aug 2023 15:56:26 +0000 (08:56 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 23 Aug 2023 15:56:26 +0000 (08:56 -0700)
extra/wipe/windows/windows.factor

index 1f30c4349020467c527ed9e5c9b46c8a0d69c04e..c13f7a802b25ce8c3f38d1e3af4a24b88d87d6d3 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2023 Alexander Ilin.
 ! See https://factorcode.org/license.txt for BSD license.
-USING: io.files.windows kernel math windows.kernel32 ;
+USING: io.files.windows kernel math system windows.kernel32 wipe ;
 IN: wipe.windows
 
 : extract-bit ( n mask -- n' ? )