Fix load error in hardware-info
parent
e45776bb4e
commit
237c8bb42a
|
@ -1,7 +1,7 @@
|
||||||
USING: alien alien.c-types alien.strings
|
USING: alien alien.c-types alien.strings
|
||||||
kernel libc math namespaces hardware-info.backend
|
kernel libc math namespaces hardware-info.backend
|
||||||
hardware-info.windows windows windows.advapi32
|
hardware-info.windows windows windows.advapi32
|
||||||
windows.kernel32 system ;
|
windows.kernel32 system byte-arrays ;
|
||||||
IN: hardware-info.windows.nt
|
IN: hardware-info.windows.nt
|
||||||
|
|
||||||
M: winnt cpus ( -- n )
|
M: winnt cpus ( -- n )
|
||||||
|
|
Loading…
Reference in New Issue