reactos/dll/win32/wshom.ocx
Whindmar Saksit f380a51040
[WSHOM.OCX] WshShell::Run intWindowStyle parameter is optional (#6180)
The last two parameters are optional, see
https://learn.microsoft.com/en-us/previous-versions/d5fk67ky(v=vs.85)

Test case:
```
' test.vbs
Set objShell = Wscript.CreateObject("Wscript.Shell")
objShell.Run "calc.exe" ' Should work because the arguments are optional
objShell.Run "winver.exe", invalidnumber ' Windows treats this as SW_HIDE because it can convert VT_EMPTY
objShell.Run "notepad.exe", "invalidnumber" ' Windows fails with error
```
2023-12-23 21:27:00 +01:00
..
CMakeLists.txt [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
guid.c
precomp.h [WSHOM.OCX] Sync with Wine Staging 3.3. CORE-14434 2018-03-25 12:40:20 +01:00
shell.c [WSHOM.OCX] WshShell::Run intWindowStyle parameter is optional (#6180) 2023-12-23 21:27:00 +01:00
wshom.idl [WSHOM.OCX] Sync with Wine Staging 4.18. CORE-16441 2019-12-07 13:11:52 +01:00
wshom.ocx.spec
wshom.rc [WSHOM.OCX] Sync with Wine Staging 3.3. CORE-14434 2018-03-25 12:40:20 +01:00
wshom.rgs
wshom.tlb.rgs
wshom_main.c [WSHOM.OCX] Sync with Wine Staging 3.3. CORE-14434 2018-03-25 12:40:20 +01:00
wshom_private.h [XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2018-09-30 23:57:08 +01:00