mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(RVA_TO_PTR): No need to #undef now.
This commit is contained in:
parent
8747ac3f68
commit
61bfbbfaa1
1 changed files with 0 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue