mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
dacdd80390
ShellExecute on a .zip file fails because the command in the registry
uses rundll32 that passes in an ANSI string, which is the default for
exported functions without a W suffix.
- This should also fix RAPPS not being able to open downloaded .zip files
- I made it use the full path to Explorer for good measure
Fixes regression introduced by 0.4.15-dev-6343-g bf2cec186c
(#5411)
CORE-19506
5 lines
210 B
Ruby
5 lines
210 B
Ruby
@ stdcall -private DllCanUnloadNow()
|
|
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
|
@ stdcall -private DllRegisterServer()
|
|
@ stdcall -private DllUnregisterServer()
|
|
@ stdcall RouteTheCallW(ptr ptr wstr long)
|