emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/w32proc.c
diff -c emacs/src/w32proc.c:1.61 emacs/src/w32proc.c:1.62
*** emacs/src/w32proc.c:1.61    Fri Aug 20 10:34:12 2004
--- emacs/src/w32proc.c Mon Jun  6 19:28:27 2005
***************
*** 57,62 ****
--- 57,67 ----
  #include "syssignal.h"
  #include "w32term.h"
  
+ #define RVA_TO_PTR(var,section,filedata) \
+   ((void *)((section)->PointerToRawData                                       
\
+           + ((DWORD)(var) - (section)->VirtualAddress)                \
+           + (filedata).file_base))
+ 
  /* Control whether spawnve quotes arguments as necessary to ensure
     correct parsing by child process.  Because not all uses of spawnve
     are careful about constructing argv arrays, we make this behaviour




reply via email to

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