summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx b/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx
index ca6b0c5d5c56..02bd6936ecb8 100644
--- a/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx
@@ -43,7 +43,7 @@ extern "C" UINT __stdcall CheckInstallDirectory(MSIHANDLE handle)
std::wstring sSetupIniPath = sInstallPath + sOfficeHostnamePath + L"\\program\\setup.ini";
- WIN32_FIND_DATA data;
+ WIN32_FIND_DATAW data;
HANDLE hdl = FindFirstFileW(sSetupIniPath.c_str(), &data);
// std::wstring mystr = L"Searching for " + sSetupIniPath;