Skip to content

Commit

Permalink
Merge pull request #16262 from astares/16261-FFIUnsupportedUntypedLit…
Browse files Browse the repository at this point in the history
…eral-when-using-WebBrowser-classes-on-Windows

FFIUnsupportedUntypedLiteral when using WebBrowser classes on Windows
  • Loading branch information
demarey committed Feb 29, 2024
2 parents 8bbc867 + 9760890 commit c3726f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/WebBrowser-Core/WBWindowsWebBrowser.class.st
Expand Up @@ -26,10 +26,10 @@ WBWindowsWebBrowser class >> shellExecute: lpOperation file: lpFile parameters:

^ self ffiCall: #(
FFIConstantHandle ShellExecuteA(
0, "Operation is not associated with a window"
String* lpOperation,
String* lpFile,
String* lpParameters,
String* lpDirectory,
int 0, "Operation is not associated with a window"
String lpOperation,
String lpFile,
String lpParameters,
String lpDirectory,
int nShowCmd)) module: #shell32
]

0 comments on commit c3726f2

Please sign in to comment.