Просмотр исходного кода

Fix: Calling DLL functions which return a 64-bit integer now gives correct result values.

Martijn Laan 5 лет назад
Родитель
Сommit
3dc4b22a7a
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      Components/UniPs
  2. 1 0
      whatsnew.htm

+ 1 - 1
Components/UniPs

@@ -1 +1 @@
-Subproject commit 652d9075eef8726da69355fc7a5ea8fdbf5b3f08
+Subproject commit 1657263c1413807049d51fceb43f54294ebce098

+ 1 - 0
whatsnew.htm

@@ -34,6 +34,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
   <li>Setup's and Uninstall's Back and Next buttons no longer display outdated &quot;<&quot; and &quot;>&quot;  markers.</li>
   <li>Added new topic to the help file listing the additional <a href="https://jrsoftware.org/ishelp/index.php?topic=compformshortcuts">Setup Compiler keyboard commands</a> which are not listed in the menus. Added new <i>Keyboard commands</i> menu item to the Setup Compiler's <i>Help</i> menu to open this topic.</li>
   <li>Added new <i>Find Previous (Shift+F3)</i> menu item to the Setup Compiler's <i>Edit</i> menu. The <i>Find Next (F3)</i> menu item now always searches down.</li>
+  <li><i>Fix:</i> Calling DLL functions which return a 64-bit integer now gives correct result values.</li>
 </ul>
 
 <p><a name="6.1.0"></a><span class="ver">6.1.0-beta </span><span class="date">(2020-09-13)</span></p>