diff options
| author | Andrew Innes | 2000-11-05 21:38:49 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-11-05 21:38:49 +0000 |
| commit | 0ae88b4d460194e22b7050157c3222c81191f650 (patch) | |
| tree | d8c8afa3e4b795511788073e9fd85cf7408f13df /src | |
| parent | 69bf528eafc8e554e5c7ff6161021c24cfc8997a (diff) | |
| download | emacs-0ae88b4d460194e22b7050157c3222c81191f650.tar.gz emacs-0ae88b4d460194e22b7050157c3222c81191f650.zip | |
(w32_build_number): Add extern.
Diffstat (limited to 'src')
| -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 77004e9bcd5..8c50c088675 100644 --- a/src/w32heap.h +++ b/src/w32heap.h | |||
| @@ -55,6 +55,7 @@ extern OSVERSIONINFO osinfo_cache; | |||
| 55 | extern BOOL using_dynamic_heap; | 55 | extern BOOL using_dynamic_heap; |
| 56 | extern int w32_major_version; | 56 | extern int w32_major_version; |
| 57 | extern int w32_minor_version; | 57 | extern int w32_minor_version; |
| 58 | extern int w32_build_number; | ||
| 58 | 59 | ||
| 59 | enum { | 60 | enum { |
| 60 | OS_WIN95 = 1, | 61 | OS_WIN95 = 1, |