]> git.eshelyaron.com Git - emacs.git/commit
Fix call to GlobalMemoryStatusEx in w32.c
authorEli Zaretskii <eliz@gnu.org>
Tue, 6 Nov 2018 15:49:58 +0000 (17:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 6 Nov 2018 15:49:58 +0000 (17:49 +0200)
commitaa556596fabe07af8ee33f59c6d3ec3b882f369e
tree16c827b97878898116b71b3736edcd4209ef66bc
parent6937c35d3260fe3fc32249313c7e9b6231cbd3dd
Fix call to GlobalMemoryStatusEx in w32.c

* src/w32.c (system_process_attributes): Initialize the size
of the data structure passed to GlobalMemoryStatusEx,
otherwise it fails.
src/w32.c