NSIS/Contrib/ExDLL
kichik 357c44ac38 added SetRegView to allows access to the x64 registry view
this method was chosen over a new switch for all regsitry commands to allow easy transition of existing scripts


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5070 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-14 12:50:32 +00:00
..
exdll.c Added another parameter to plug-in functions. This parameter is a structure with pointers to exec_flags and ExecuteCodeSegment. This is backward compatible with older plug-ins because plug-in functions use the __cdecl calling convention which means NSIS clears the stack. 2004-10-23 17:43:08 +00:00
exdll.dpr Applied patch #838864 - some more optimizations 2003-11-16 22:38:14 +00:00
exdll.dsp Call the same DllMain for debug and release builds 2003-11-12 20:24:53 +00:00
exdll.dsw This commit was generated by cvs2svn to compensate for changes in r2, 2002-08-02 10:01:35 +00:00
exdll.h added SetRegView to allows access to the x64 registry view 2007-04-14 12:50:32 +00:00
exdll_with_unit.dpr Applied patch #838864 - some more optimizations 2003-11-16 22:38:14 +00:00
extdll.inc New MASM32 header for NSIS plug-ins 2003-08-07 15:25:39 +00:00
nsis.pas Applied patch #838864 - some more optimizations 2003-11-16 22:38:14 +00:00
SConscript fixed bug #1680944: Woooops, add the SConscript for ExDLL 2007-03-15 00:43:42 +00:00