From a28a3ae36276ad96cd41c1843d9ae0881390c840 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Mon, 8 Oct 2012 00:18:01 -0800 Subject: [PATCH] fix NT build --- src/w32heap.c | 2 -- 1 file changed, 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; 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; -- 2.39.2