diff options
| author | Eli Zaretskii | 2005-06-06 19:29:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-06-06 19:29:58 +0000 |
| commit | b6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2 (patch) | |
| tree | 1596cded3d6dc8d83e766f0a21ae4b6d3c16540a /src | |
| parent | 61bfbbfaa14a1c74263171cbe64df53e4c4fddc2 (diff) | |
| download | emacs-b6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2.tar.gz emacs-b6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2.zip | |
($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 | ||||
| -rw-r--r-- | src/makefile.w32-in | 2 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6ae26d7f5e9..ff49eff9284 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-06-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove | ||
| 4 | macros. | ||
| 5 | |||
| 6 | * unexw32.c (RVA_TO_PTR): Moved here from w32heap.h. | ||
| 7 | |||
| 8 | * w32proc.c (RVA_TO_PTR): New macro. | ||
| 9 | |||
| 10 | * w32heap.c (RVA_TO_PTR): No need to #undef now. | ||
| 11 | |||
| 12 | * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): | ||
| 13 | Depend on w32heap.h. | ||
| 14 | |||
| 1 | 2005-06-06 Luc Teirlinck <teirllm@auburn.edu> | 15 | 2005-06-06 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 16 | ||
| 3 | * keyboard.c (command_loop_1): Update Vthis_original_command. | 17 | * keyboard.c (command_loop_1): Update Vthis_original_command. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index b5890593cd8..f25af87cb92 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -595,6 +595,7 @@ $(BLD)/emacs.$(O) : \ | |||
| 595 | $(SRC)/termhooks.h \ | 595 | $(SRC)/termhooks.h \ |
| 596 | $(SRC)/w32bdf.h \ | 596 | $(SRC)/w32bdf.h \ |
| 597 | $(SRC)/w32gui.h \ | 597 | $(SRC)/w32gui.h \ |
| 598 | $(SRC)/w32heap.h \ | ||
| 598 | $(SRC)/window.h | 599 | $(SRC)/window.h |
| 599 | 600 | ||
| 600 | $(BLD)/eval.$(O) : \ | 601 | $(BLD)/eval.$(O) : \ |
| @@ -1430,6 +1431,7 @@ $(BLD)/w32select.$(O): \ | |||
| 1430 | $(SRC)/systime.h \ | 1431 | $(SRC)/systime.h \ |
| 1431 | $(SRC)/w32bdf.h \ | 1432 | $(SRC)/w32bdf.h \ |
| 1432 | $(SRC)/w32gui.h \ | 1433 | $(SRC)/w32gui.h \ |
| 1434 | $(SRC)/w32heap.h \ | ||
| 1433 | $(SRC)/w32term.h | 1435 | $(SRC)/w32term.h |
| 1434 | 1436 | ||
| 1435 | $(BLD)/w32reg.$(O): \ | 1437 | $(BLD)/w32reg.$(O): \ |