emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32heap.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32heap.c
Date: Mon, 06 Jun 2005 15:28:47 -0400

Index: emacs/src/w32heap.c
diff -c emacs/src/w32heap.c:1.24 emacs/src/w32heap.c:1.25
*** emacs/src/w32heap.c:1.24    Tue May 18 07:53:53 2004
--- emacs/src/w32heap.c Mon Jun  6 19:28:47 2005
***************
*** 31,37 ****
  #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.  */
--- 31,36 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]