/[emacs]/emacs/src/w32proc.c
ViewVC logotype

Diff of /emacs/src/w32proc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by kfstorm, Fri Aug 20 10:34:12 2004 UTC revision 1.62 by eliz, Mon Jun 6 19:28:27 2005 UTC
# Line 57  extern BOOL WINAPI IsValidLocale(LCID, D Line 57  extern BOOL WINAPI IsValidLocale(LCID, D
57  #include "syssignal.h"  #include "syssignal.h"
58  #include "w32term.h"  #include "w32term.h"
59    
60    #define RVA_TO_PTR(var,section,filedata) \
61      ((void *)((section)->PointerToRawData                                 \
62                + ((DWORD)(var) - (section)->VirtualAddress)                \
63                + (filedata).file_base))
64    
65  /* Control whether spawnve quotes arguments as necessary to ensure  /* Control whether spawnve quotes arguments as necessary to ensure
66     correct parsing by child process.  Because not all uses of spawnve     correct parsing by child process.  Because not all uses of spawnve
67     are careful about constructing argv arrays, we make this behaviour     are careful about constructing argv arrays, we make this behaviour

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26