aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32common.h')
-rw-r--r--src/w32common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32common.h b/src/w32common.h
index 50724e5553c..79fe5cc367c 100644
--- a/src/w32common.h
+++ b/src/w32common.h
@@ -1,5 +1,5 @@
1/* Common functions for Microsoft Windows builds of Emacs 1/* Common functions for Microsoft Windows builds of Emacs
2 Copyright (C) 2012 Free Software Foundation, Inc. 2 Copyright (C) 2012-2013 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -34,7 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
34 34
35extern SYSTEM_INFO sysinfo_cache; 35extern SYSTEM_INFO sysinfo_cache;
36extern OSVERSIONINFO osinfo_cache; 36extern OSVERSIONINFO osinfo_cache;
37extern unsigned long syspage_mask; 37extern DWORD_PTR syspage_mask;
38 38
39extern int w32_major_version; 39extern int w32_major_version;
40extern int w32_minor_version; 40extern int w32_minor_version;