]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/files/trash/trash.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / extra / io / files / trash / trash.factor
index 2539fc9e2a5fb98239284c51a4e2edf029c63f36..8049adb4fe9a63b906f580b8972e92fb71ea58ca 100644 (file)
@@ -10,6 +10,6 @@ HOOK: send-to-trash os ( path -- )
 {
     { [ os macosx? ] [ "io.files.trash.macosx"  ] }
     { [ os unix?   ] [ "io.files.trash.unix"    ] }
-    { [ os winnt?  ] [ "io.files.trash.windows" ] }
+    { [ os windows?  ] [ "io.files.trash.windows" ] }
 } cond require