system-info.windows.nt: lingering string C type

db4
Joe Groff 2010-05-22 19:23:45 -07:00
parent 9887e9c9d7
commit 6fb91a042e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ M: winnt cpus ( -- n )
system-info dwNumberOfProcessors>> ;
: memory-status ( -- MEMORYSTATUSEX )
"MEMORYSTATUSEX" <struct>
MEMORYSTATUSEX <struct>
dup class heap-size >>dwLength
dup GlobalMemoryStatusEx win32-error=0/f ;