# HG changeset patch # User Eli Zaretskii # Date 1118086127 0 # Node ID 292c206273196e76988d63d0a685020b750c84be # Parent ba5fe07b939454129699d1658c5de7b95763c556 (RVA_TO_PTR): No need to #undef now. diff -r ba5fe07b9394 -r 292c20627319 src/w32heap.c --- a/src/w32heap.c Mon Jun 06 19:28:27 2005 +0000 +++ b/src/w32heap.c Mon Jun 06 19:28:47 2005 +0000 @@ -31,7 +31,6 @@ #include "w32heap.h" #include "lisp.h" /* for VALMASK */ -#undef RVA_TO_PTR #define RVA_TO_PTR(rva) ((unsigned char *)((DWORD)(rva) + (DWORD)GetModuleHandle (NULL))) /* This gives us the page size and the size of the allocation unit on NT. */