diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1999-06-24 22:05:46 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1999-06-24 22:05:46 +0000 |
commit | 354350d51c73cee1d13226f74e3da0fadfcff11f (patch) | |
tree | 204db8bbaff735b1dfa54ffce0becc9365c0c0c6 /src/w32heap.h | |
parent | b9cad9c16eb54ad819137af4f7e44489f99a4d7b (diff) | |
download | emacs-354350d51c73cee1d13226f74e3da0fadfcff11f.tar.gz |
w32heap.h (osinfo_cache): Declare.
Diffstat (limited to 'src/w32heap.h')
-rw-r--r-- | src/w32heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32heap.h b/src/w32heap.h index 2ff02205772..d9848261f19 100644 --- a/src/w32heap.h +++ b/src/w32heap.h @@ -46,6 +46,7 @@ extern unsigned char *get_data_start(); 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; |