it should call the old code path if NOT running under WOW64 (though the hack wouldn't work anyway... :( )
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5543 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8fba6791ad
commit
8ce5f95185
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void ExecScript(int log) {
|
|||
unsigned int g_to;
|
||||
BOOL bOEM;
|
||||
|
||||
if (IsWOW64()) {
|
||||
if (!IsWOW64()) {
|
||||
char *p;
|
||||
int nComSpecSize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue