Mercurial > emacs
changeset 24887:c440aa9c1485
w32heap.h (osinfo_cache): Declare.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Thu, 24 Jun 1999 22:05:46 +0000 |
parents | fb9574318fa0 |
children | 90ebac7a85b5 |
files | src/w32heap.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32heap.h Thu Jun 24 22:05:35 1999 +0000 +++ b/src/w32heap.h Thu Jun 24 22:05:46 1999 +0000 @@ -46,6 +46,7 @@ extern unsigned char *get_data_end(); extern unsigned long reserved_heap_size; extern SYSTEM_INFO sysinfo_cache; +extern OSVERSIONINFO osinfo_cache; extern BOOL using_dynamic_heap; extern int w32_major_version; extern int w32_minor_version;