diff options
author | Daniel Colascione <dancol@dancol.org> | 2012-10-08 00:18:01 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2012-10-08 00:18:01 -0800 |
commit | a28a3ae36276ad96cd41c1843d9ae0881390c840 (patch) | |
tree | d9106ba16b16cdbc8aa0e14d17cf3eec932c475c /src/w32heap.c | |
parent | de6e3a605daa95ecbf427deb00a86c583262ce2c (diff) |
fix NT build
Diffstat (limited to 'src/w32heap.c')
-rw-r--r-- | src/w32heap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index bc8aa35692..0ff473fb0a 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -35,8 +35,6 @@ SYSTEM_INFO sysinfo_cache; extern unsigned long syspage_mask; OSVERSIONINFO osinfo_cache; -size_t syspage_mask = 0; - /* The major and minor versions of NT. */ int w32_major_version; int w32_minor_version; |