]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.windows.nt: lingering string C type
authorJoe Groff <arcata@gmail.com>
Sun, 23 May 2010 02:23:45 +0000 (19:23 -0700)
committerJoe Groff <arcata@gmail.com>
Sun, 23 May 2010 02:23:45 +0000 (19:23 -0700)
basis/system-info/windows/nt/nt.factor

index 2c13c8d5d2593e693ccc0395b74cb7018db8c3a9..6d293affbab97e58b593a78f39b7c820b61373dd 100644 (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 ;