<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Thank you! :-)</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Montag, 13. Dezember 2021 14:48:59<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] FFI: FFI-Libraries-mt.3.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of FFI-Libraries to project FFI:<br>
<a href="http://source.squeak.org/FFI/FFI-Libraries-mt.3.mcz">http://source.squeak.org/FFI/FFI-Libraries-mt.3.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: FFI-Libraries-mt.3<br>
Author: mt<br>
Time: 13 December 2021, 2:48:58.566673 pm<br>
UUID: ceb5586b-daec-c143-a9df-a9839166c35f<br>
Ancestors: FFI-Libraries-mt.2<br>
<br>
Adds missing #externalCallFailed, which produced strange follow-up issues.<br>
<br>
=============== Diff against FFI-Libraries-mt.2 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Win32Shell>>shellExecute:lpOperation:lpFile:lpParameters:lpDirectory:nShowCmd: (in category 'api calls') -----<br>
  shellExecute: hwnd lpOperation: opString lpFile: fileString lpParameters: parmString lpDirectory: dirString nShowCmd: anInteger<br>
         "Opens or prints the specified file, which can be an executable or document file.<br>
                 HINSTANCE ShellExecute(<br>
                           HWND hwnd,                      // handle to parent window<br>
                         LPCTSTR lpOperation,    // pointer to string that specifies operation to perform<br>
                         LPCTSTR lpFile,         // pointer to filename or folder name string<br>
                         LPCTSTR lpParameters,   // pointer to string that specifies executable-file parameters
<br>
                         LPCTSTR lpDirectory,    // pointer to string that specifies default directory<br>
                         INT nShowCmd                     // whether file is shown when opened<br>
                 );"<br>
+        <apicall: long 'ShellExecuteA' (long char* char* char* char* ulong) module:'shell32.dll'><br>
+        ^ self externalCallFailed!<br>
-        <apicall: long 'ShellExecuteA' (long char* char* char* char* ulong) module:'shell32.dll'>!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>