aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c
index 5ac66181403..b89e5104dc0 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -7157,6 +7157,7 @@ system_process_attributes (Lisp_Object pid)
7157 code_convert_string_norecord (tem, Vlocale_coding_system, 0)), 7157 code_convert_string_norecord (tem, Vlocale_coding_system, 0)),
7158 attrs); 7158 attrs);
7159 7159
7160 memstex.dwLength = sizeof (memstex);
7160 if (global_memory_status_ex (&memstex)) 7161 if (global_memory_status_ex (&memstex))
7161#if __GNUC__ || (defined (_MSC_VER) && _MSC_VER >= 1300) 7162#if __GNUC__ || (defined (_MSC_VER) && _MSC_VER >= 1300)
7162 totphys = memstex.ullTotalPhys / 1024.0; 7163 totphys = memstex.ullTotalPhys / 1024.0;