Commit b07ea863 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Trace the reinstall mode in hex in MsiReinstallFeatureW.

parent 0de373be
...@@ -3541,8 +3541,8 @@ UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature, ...@@ -3541,8 +3541,8 @@ UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature,
LPWSTR ptr; LPWSTR ptr;
DWORD sz; DWORD sz;
FIXME("%s %s %i\n", debugstr_w(szProduct), debugstr_w(szFeature), FIXME("%s %s 0x%08x\n",
dwReinstallMode); debugstr_w(szProduct), debugstr_w(szFeature), dwReinstallMode);
ptr = reinstallmode; ptr = reinstallmode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment