# HG changeset patch # User Eli Zaretskii # Date 1118086198 0 # Node ID 9ec47d4321d9347decff9bc045cb87f38567002a # Parent 870c905ecf55349ac76cbd49fb5f57536ccbccac *** empty log message *** diff -r 870c905ecf55 -r 9ec47d4321d9 src/ChangeLog --- 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 + + * 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 * keyboard.c (command_loop_1): Update Vthis_original_command.