1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

w32heap.h (osinfo_cache): Declare.

This commit is contained in:
Geoff Voelker 1999-06-24 22:05:46 +00:00
parent b9cad9c16e
commit 354350d51c

View File

@ -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;