ICU-7018 Merge changeset 26196 to maint-4-2

X-SVN-Rev: 26215
diff --git a/source/tools/toolutil/toolutil.c b/source/tools/toolutil/toolutil.c
index 4522104..d91ce64 100644
--- a/source/tools/toolutil/toolutil.c
+++ b/source/tools/toolutil/toolutil.c
@@ -66,7 +66,7 @@
 getLongPathname(const char *pathname) {
 #ifdef U_WINDOWS
     /* anticipate problems with "short" pathnames */
-    static WIN32_FIND_DATA info;
+    static WIN32_FIND_DATAA info;
     HANDLE file=FindFirstFileA(pathname, &info);
     if(file!=INVALID_HANDLE_VALUE) {
         if(info.cAlternateFileName[0]!=0) {