aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-08 00:18:01 -0800
committerDaniel Colascione2012-10-08 00:18:01 -0800
commita28a3ae36276ad96cd41c1843d9ae0881390c840 (patch)
treed9106ba16b16cdbc8aa0e14d17cf3eec932c475c /src
parentde6e3a605daa95ecbf427deb00a86c583262ce2c (diff)
downloademacs-a28a3ae36276ad96cd41c1843d9ae0881390c840.tar.gz
emacs-a28a3ae36276ad96cd41c1843d9ae0881390c840.zip
fix NT build
Diffstat (limited to 'src')
-rw-r--r--src/w32heap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index bc8aa356923..0ff473fb0a8 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -35,8 +35,6 @@ SYSTEM_INFO sysinfo_cache;
35extern unsigned long syspage_mask; 35extern unsigned long syspage_mask;
36OSVERSIONINFO osinfo_cache; 36OSVERSIONINFO osinfo_cache;
37 37
38size_t syspage_mask = 0;
39
40/* The major and minor versions of NT. */ 38/* The major and minor versions of NT. */
41int w32_major_version; 39int w32_major_version;
42int w32_minor_version; 40int w32_minor_version;