fix loading problems on windows
parent
4a1422e7fe
commit
fac9473425
|
@ -3,7 +3,7 @@
|
||||||
USING: alien.strings fry io.encodings.utf16n kernel
|
USING: alien.strings fry io.encodings.utf16n kernel
|
||||||
splitting windows windows.kernel32 windows.types system
|
splitting windows windows.kernel32 windows.types system
|
||||||
environment alien.data sequences windows.errors
|
environment alien.data sequences windows.errors
|
||||||
io.streams.memory io.encodings io ;
|
io.streams.memory io.encodings io specialized-arrays ;
|
||||||
SPECIALIZED-ARRAY: TCHAR
|
SPECIALIZED-ARRAY: TCHAR
|
||||||
IN: environment.winnt
|
IN: environment.winnt
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
USING: alien.data kernel locals math math.bitwise
|
USING: alien.data kernel locals math math.bitwise
|
||||||
windows.kernel32 sequences byte-arrays unicode.categories
|
windows.kernel32 sequences byte-arrays unicode.categories
|
||||||
io.encodings.string io.encodings.utf16n alien.strings
|
io.encodings.string io.encodings.utf16n alien.strings
|
||||||
arrays literals windows.types ;
|
arrays literals windows.types specialized-arrays ;
|
||||||
SPECIALIZED-ARRAY: TCHAR
|
SPECIALIZED-ARRAY: TCHAR
|
||||||
IN: windows.errors
|
IN: windows.errors
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue