Mercurial > emacs
changeset 63090:9ec47d4321d9
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 06 Jun 2005 19:29:58 +0000 |
parents | 870c905ecf55 |
children | 81d7efcce2ff |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 06 19:29:10 2005 +0000 +++ b/src/ChangeLog Mon Jun 06 19:29:58 2005 +0000 @@ -1,3 +1,17 @@ +2005-06-06 Eli Zaretskii <eliz@gnu.org> + + * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove + macros. + + * unexw32.c (RVA_TO_PTR): Moved here from w32heap.h. + + * w32proc.c (RVA_TO_PTR): New macro. + + * w32heap.c (RVA_TO_PTR): No need to #undef now. + + * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): + Depend on w32heap.h. + 2005-06-06 Luc Teirlinck <teirllm@auburn.edu> * keyboard.c (command_loop_1): Update Vthis_original_command.