]> git.eshelyaron.com Git - emacs.git/commitdiff
($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
authorEli Zaretskii <eliz@gnu.org>
Mon, 6 Jun 2005 19:29:58 +0000 (19:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 6 Jun 2005 19:29:58 +0000 (19:29 +0000)
src/ChangeLog
src/makefile.w32-in

index 6ae26d7f5e966231c3b8a160d21393bbac7101f5..ff49eff9284e9fae919d2fdd07dd098a96d947f4 100644 (file)
@@ -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.
index b5890593cd8240af616f8a089d0c6a7e760674cb..f25af87cb924dd377c4cc5e38688763cf5c555b3 100644 (file)
@@ -595,6 +595,7 @@ $(BLD)/emacs.$(O) : \
        $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
+       $(SRC)/w32heap.h \
        $(SRC)/window.h
 
 $(BLD)/eval.$(O) : \
@@ -1430,6 +1431,7 @@ $(BLD)/w32select.$(O): \
        $(SRC)/systime.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
+       $(SRC)/w32heap.h \
        $(SRC)/w32term.h
 
 $(BLD)/w32reg.$(O): \