windows.errors: redundant USING: list entry

release
Slava Pestov 2010-04-02 15:58:47 -04:00
parent de4343eaf7
commit f86c9439e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
USING: alien.data kernel locals math math.bitwise
windows.kernel32 sequences byte-arrays unicode.categories
io.encodings.string io.encodings.utf16n alien.strings
arrays literals windows.types specialized-arrays literals ;
arrays literals windows.types specialized-arrays ;
SPECIALIZED-ARRAY: TCHAR
IN: windows.errors