]> code.delx.au - gnu-emacs/blobdiff - src/w32common.h
Fix crashes on MS-Windows due to pop-up menus (Bug#19596)
[gnu-emacs] / src / w32common.h
index 50724e5553ce9c67d222067c2aef1772aed2f3c5..9aba2d8816925f9baa4775bb213c2728144ce5cd 100644 (file)
@@ -1,5 +1,5 @@
 /* Common functions for Microsoft Windows builds of Emacs
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -34,7 +34,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 extern SYSTEM_INFO    sysinfo_cache;
 extern OSVERSIONINFO  osinfo_cache;
-extern unsigned long  syspage_mask;
+extern DWORD_PTR      syspage_mask;
 
 extern int           w32_major_version;
 extern int           w32_minor_version;