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