diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-06 19:28:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-06 19:28:47 +0000 |
commit | 61bfbbfaa14a1c74263171cbe64df53e4c4fddc2 (patch) | |
tree | e3153395cf4ac6c78799aafc455a266e290bace5 /src/w32heap.c | |
parent | 8747ac3f6853164434eb82c8172c7547b4e32be7 (diff) |
(RVA_TO_PTR): No need to #undef now.
Diffstat (limited to 'src/w32heap.c')
-rw-r--r-- | src/w32heap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index d947842474..4c28718a51 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. */ |