diff options
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 d947842474f..4c28718a510 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA. | |||
| 31 | #include "w32heap.h" | 31 | #include "w32heap.h" |
| 32 | #include "lisp.h" /* for VALMASK */ | 32 | #include "lisp.h" /* for VALMASK */ |
| 33 | 33 | ||
| 34 | #undef RVA_TO_PTR | ||
| 35 | #define RVA_TO_PTR(rva) ((unsigned char *)((DWORD)(rva) + (DWORD)GetModuleHandle (NULL))) | 34 | #define RVA_TO_PTR(rva) ((unsigned char *)((DWORD)(rva) + (DWORD)GetModuleHandle (NULL))) |
| 36 | 35 | ||
| 37 | /* This gives us the page size and the size of the allocation unit on NT. */ | 36 | /* This gives us the page size and the size of the allocation unit on NT. */ |