diff options
| author | Eli Zaretskii | 2012-11-17 20:51:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-17 20:51:06 +0200 |
| commit | d8715cdf90538fa8abd3e2c23ed2efd23c4253c1 (patch) | |
| tree | 746f15349cb6e83ba4d8082770a2d73f93d63b36 /src/ChangeLog | |
| parent | 7436fc63c0c24eb7fee800176c387db87f51de50 (diff) | |
| download | emacs-d8715cdf90538fa8abd3e2c23ed2efd23c4253c1.tar.gz emacs-d8715cdf90538fa8abd3e2c23ed2efd23c4253c1.zip | |
Fix bug #12878 with compilation failure with Visual C++ 11.0.
src/w32select.c: Include w32common.h before w32term.h, so that
windows.h gets included before w32term.h uses some of its
features, see below.
src/w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]: New
typedefs.
(EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]: New
prototypes.
(EnumSystemLocales) [_MSC_VER]: Define if undefined.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d88e43b2b7f..c12eff19ddd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-11-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32select.c: Include w32common.h before w32term.h, so that | ||
| 4 | windows.h gets included before w32term.h uses some of its | ||
| 5 | features, see below. | ||
| 6 | |||
| 7 | * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]: New | ||
| 8 | typedefs. | ||
| 9 | (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]: New | ||
| 10 | prototypes. | ||
| 11 | (EnumSystemLocales) [_MSC_VER]: Define if undefined. (Bug#12878) | ||
| 12 | |||
| 1 | 2012-11-17 Jan Djärv <jan.h.d@swipnet.se> | 13 | 2012-11-17 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 14 | ||
| 3 | * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834). | 15 | * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834). |