aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2000-11-05 21:38:49 +0000
committerAndrew Innes2000-11-05 21:38:49 +0000
commit0ae88b4d460194e22b7050157c3222c81191f650 (patch)
treed8c8afa3e4b795511788073e9fd85cf7408f13df /src
parent69bf528eafc8e554e5c7ff6161021c24cfc8997a (diff)
downloademacs-0ae88b4d460194e22b7050157c3222c81191f650.tar.gz
emacs-0ae88b4d460194e22b7050157c3222c81191f650.zip
(w32_build_number): Add extern.
Diffstat (limited to 'src')
-rw-r--r--src/w32heap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32heap.h b/src/w32heap.h
index 77004e9bcd5..8c50c088675 100644
--- a/src/w32heap.h
+++ b/src/w32heap.h
@@ -55,6 +55,7 @@ extern OSVERSIONINFO osinfo_cache;
55extern BOOL using_dynamic_heap; 55extern BOOL using_dynamic_heap;
56extern int w32_major_version; 56extern int w32_major_version;
57extern int w32_minor_version; 57extern int w32_minor_version;
58extern int w32_build_number;
58 59
59enum { 60enum {
60 OS_WIN95 = 1, 61 OS_WIN95 = 1,