msi: Trace the reinstall mode in hex in MsiReinstallFeatureW.

This commit is contained in:
Hans Leidekker 2010-11-17 10:57:21 +01:00 committed by Alexandre Julliard
parent 0de373beff
commit b07ea863d2
1 changed files with 2 additions and 2 deletions

View File

@ -3541,8 +3541,8 @@ UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature,
LPWSTR ptr;
DWORD sz;
FIXME("%s %s %i\n", debugstr_w(szProduct), debugstr_w(szFeature),
dwReinstallMode);
FIXME("%s %s 0x%08x\n",
debugstr_w(szProduct), debugstr_w(szFeature), dwReinstallMode);
ptr = reinstallmode;