(RVA_TO_PTR): No need to #undef now.
authorEli Zaretskii <eliz@gnu.org>
Mon, 6 Jun 2005 19:28:47 +0000 (19:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 6 Jun 2005 19:28:47 +0000 (19:28 +0000)
src/w32heap.c

index d947842..4c28718 100644 (file)
@@ -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.  */