changeset 63088:292c20627319

(RVA_TO_PTR): No need to #undef now.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 06 Jun 2005 19:28:47 +0000
parents ba5fe07b9394
children 870c905ecf55
files src/w32heap.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */