1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-10 09:12:15 +00:00

(RVA_TO_PTR): No need to #undef now.

This commit is contained in:
Eli Zaretskii 2005-06-06 19:28:47 +00:00
parent 8747ac3f68
commit 61bfbbfaa1

View 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. */