diff options
| author | Daniel Colascione | 2012-10-08 00:18:01 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-08 00:18:01 -0800 |
| commit | a28a3ae36276ad96cd41c1843d9ae0881390c840 (patch) | |
| tree | d9106ba16b16cdbc8aa0e14d17cf3eec932c475c /src | |
| parent | de6e3a605daa95ecbf427deb00a86c583262ce2c (diff) | |
| download | emacs-a28a3ae36276ad96cd41c1843d9ae0881390c840.tar.gz emacs-a28a3ae36276ad96cd41c1843d9ae0881390c840.zip | |
fix NT build
Diffstat (limited to 'src')
| -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 bc8aa356923..0ff473fb0a8 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -35,8 +35,6 @@ SYSTEM_INFO sysinfo_cache; | |||
| 35 | extern unsigned long syspage_mask; | 35 | extern unsigned long syspage_mask; |
| 36 | OSVERSIONINFO osinfo_cache; | 36 | OSVERSIONINFO osinfo_cache; |
| 37 | 37 | ||
| 38 | size_t syspage_mask = 0; | ||
| 39 | |||
| 40 | /* The major and minor versions of NT. */ | 38 | /* The major and minor versions of NT. */ |
| 41 | int w32_major_version; | 39 | int w32_major_version; |
| 42 | int w32_minor_version; | 40 | int w32_minor_version; |