diff options
| author | Fabrice Popineau | 2012-12-08 14:06:46 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-08 14:06:46 +0200 |
| commit | cb576b5cd0d5899b73ce92c2d7d58535c60bb1d2 (patch) | |
| tree | c769f25683dfa08e1dc1b8a9a3057b0f88f7e9b0 /src/ChangeLog | |
| parent | 6ce49f24590f0dbd9cf127756c6ea57311657cb8 (diff) | |
| download | emacs-cb576b5cd0d5899b73ce92c2d7d58535c60bb1d2.tar.gz emacs-cb576b5cd0d5899b73ce92c2d7d58535c60bb1d2.zip | |
Fix incompatibilities with 64-bit Windows builds.
src/w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
DWORD_PTR, for compatibility with 64-bit builds.
src/w32.c (_PROCESS_MEMORY_COUNTERS_EX):
(GetProcessWorkingSetSize_Proc, get_process_working_set_size)
(system_process_attributes): Use SIZE_T rather than DWORD, for
compatibility with 64-bit builds.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 427f729730f..f3af852f9e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com> | ||
| 2 | |||
| 3 | * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to | ||
| 4 | DWORD_PTR, for compatibility with 64-bit builds. | ||
| 5 | |||
| 6 | * w32.c (_PROCESS_MEMORY_COUNTERS_EX): | ||
| 7 | (GetProcessWorkingSetSize_Proc, get_process_working_set_size) | ||
| 8 | (system_process_attributes): Use SIZE_T rather than DWORD, for | ||
| 9 | compatibility with 64-bit builds. | ||
| 10 | |||
| 1 | 2012-12-08 Christopher Schmidt <christopher@ch.ristopher.com> | 11 | 2012-12-08 Christopher Schmidt <christopher@ch.ristopher.com> |
| 2 | 12 | ||
| 3 | * lread.c (Vload_source_file_function): Doc fix (Bug#11647). | 13 | * lread.c (Vload_source_file_function): Doc fix (Bug#11647). |