SHELLEXECUTEINFOA, SHELLEXECUTEINFOW
Closed this issue · 1 comments
yyinhai commented
Hello, thanks for your great work, and it seems that you forgot to split SHELLEXECUTEINFO and LPSHELLEXECUTEINFO to A/W types, which defined in shell32.py: line 176, 201, so that ShellExecuteExA & ShellExecuteExW can't work fine.
MarioVilas commented
Hi! That was indeed a silly bug :D thanks for the report!