Commit a7744e3e8a53697f31c9bf751b6e6e27a74e7242

Authored by perry.werneck@gmail.com
1 parent 89003188

Desativando redirecionamento de DLLs na versão de 64 bits

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
@@ -5,7 +5,7 @@ msgid "" @@ -5,7 +5,7 @@ msgid ""
5 msgstr "" 5 msgstr ""
6 "Project-Id-Version: pw3270 5.0\n" 6 "Project-Id-Version: pw3270 5.0\n"
7 "Report-Msgid-Bugs-To: \n" 7 "Report-Msgid-Bugs-To: \n"
8 -"POT-Creation-Date: 2014-04-12 07:51-0300\n" 8 +"POT-Creation-Date: 2014-04-15 15:09-0300\n"
9 "PO-Revision-Date: 2014-02-17 08:05-0300\n" 9 "PO-Revision-Date: 2014-02-17 08:05-0300\n"
10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 "Language-Team: Portugues <>\n" 11 "Language-Team: Portugues <>\n"
pw3270-x86_64.nsi.in
@@ -51,6 +51,7 @@ SubSection &quot;@PACKAGE@&quot; SecMain @@ -51,6 +51,7 @@ SubSection &quot;@PACKAGE@&quot; SecMain
51 Section "Core" SecCore 51 Section "Core" SecCore
52 52
53 SetRegView 64 53 SetRegView 64
  54 + ${DisableX64FSRedirection}
54 55
55 # define the output path for this file 56 # define the output path for this file
56 setOutPath $INSTDIR 57 setOutPath $INSTDIR