Nikolay Sivov (@nsivov) commented about dlls/wshom.ocx/shell.c:
if (!style || !wait || !exit_code) return E_POINTER;
- VariantInit(&s);
- hr = VariantChangeType(&s, style, 0, VT_I4);
- if (FAILED(hr))
- {
ERR("failed to convert style argument, %#lx\n", hr);
return hr;
- if (is_optional_argument(style))
show = 1;
- else {
Please use existing constant name for this instead of just 1.