X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fregistry%2Fregistry.factor;fp=basis%2Fwindows%2Fregistry%2Fregistry.factor;h=8bb4d6d26e7ac21d1bbcbe59bfd2289d17c8cda8;hp=21e326539ff59fc7b5b7ed925a760e07b108ea5d;hb=68332a6e7e600f3f8bcfbd4baf8b2afa87f3abcc;hpb=db89f2d93f5510ffd7f3c4614081e7411370aeab diff --git a/basis/windows/registry/registry.factor b/basis/windows/registry/registry.factor index 21e326539f..8bb4d6d26e 100644 --- a/basis/windows/registry/registry.factor +++ b/basis/windows/registry/registry.factor @@ -3,7 +3,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types alien.data byte-arrays classes.struct continuations io.encodings.string -io.encodings.utf16n kernel literals locals math sequences sets +io.encodings.utf16 kernel literals locals math sequences sets splitting windows windows.advapi32 windows.errors windows.kernel32 windows.time windows.types ; IN: windows.registry