From: Eli Zaretskii Date: Mon, 6 Jun 2005 19:28:47 +0000 (+0000) Subject: (RVA_TO_PTR): No need to #undef now. X-Git-Tag: emacs-pretest-22.0.90~9242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61bfbbfaa14a1c74263171cbe64df53e4c4fddc2;p=emacs.git (RVA_TO_PTR): No need to #undef now. --- diff --git a/src/w32heap.c b/src/w32heap.c index d947842474f..4c28718a510 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA. #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. */