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:
kichik 2008-02-16 21:46:52 +00:00
parent 8fba6791ad
commit 8ce5f95185

View file

@ -108,7 +108,7 @@ void ExecScript(int log) {
unsigned int g_to;
BOOL bOEM;
if (IsWOW64()) {
if (!IsWOW64()) {
char *p;
int nComSpecSize;