More fixes

db4
Slava Pestov 2008-09-11 00:48:23 -05:00
parent cc7f9e7731
commit 127896c201
2 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,10 @@
USING: accessors alien.c-types arrays cpu.x86.assembler USING: accessors alien.c-types arrays cpu.x86.assembler
cpu.x86.architecture cpu.x86.intrinsics cpu.x86.sse2 cpu.x86.architecture cpu.x86.intrinsics cpu.x86.sse2
cpu.x86.allot cpu.architecture kernel kernel.private math cpu.x86.allot cpu.architecture kernel kernel.private math
namespaces sequences compiler.generator compiler.generator.registers namespaces make sequences compiler.generator
compiler.generator.fixup system layouts alien alien.accessors compiler.generator.registers compiler.generator.fixup system
alien.structs slots splitting assocs ; layouts alien alien.accessors alien.structs slots splitting
assocs ;
IN: cpu.x86.64 IN: cpu.x86.64
M: x86.64 ds-reg R14 ; M: x86.64 ds-reg R14 ;

View File

@ -1,6 +1,7 @@
USING: alien alien.syntax alien.c-types alien.strings math USING: alien alien.syntax alien.c-types alien.strings math
kernel sequences windows windows.types debugger io accessors kernel sequences windows windows.types debugger io accessors
math.order namespaces math.parser windows.kernel32 combinators ; math.order namespaces make math.parser windows.kernel32
combinators ;
IN: windows.ole32 IN: windows.ole32
LIBRARY: ole32 LIBRARY: ole32