aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorGlenn Morris2012-12-09 18:00:42 -0800
committerGlenn Morris2012-12-09 18:00:42 -0800
commit265c2fbf11cb8bf9b805df63ecb9508631f08e35 (patch)
tree808684294d7ec600f5300e0a5d5f868740096f7b /src/w32fns.c
parent5f460827dd14fbfae26ac8451cedd4446817d1ec (diff)
parentf433306af510e86a614e9f9f082b6d2d5f56a968 (diff)
downloademacs-265c2fbf11cb8bf9b805df63ecb9508631f08e35.tar.gz
emacs-265c2fbf11cb8bf9b805df63ecb9508631f08e35.zip
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 1a181079c82..1b8483479a1 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -7036,7 +7036,7 @@ cache_system_info (void)
7036 7036
7037 /* Cache page size, allocation unit, processor type, etc. */ 7037 /* Cache page size, allocation unit, processor type, etc. */
7038 GetSystemInfo (&sysinfo_cache); 7038 GetSystemInfo (&sysinfo_cache);
7039 syspage_mask = sysinfo_cache.dwPageSize - 1; 7039 syspage_mask = (DWORD_PTR)sysinfo_cache.dwPageSize - 1;
7040 7040
7041 /* Cache os info. */ 7041 /* Cache os info. */
7042 osinfo_cache.dwOSVersionInfoSize = sizeof (OSVERSIONINFO); 7042 osinfo_cache.dwOSVersionInfoSize = sizeof (OSVERSIONINFO);