[XPCOM] Add xll files to the executables list.

This commit is contained in:
Moonchild 2023-08-30 12:48:43 +02:00 committed by roytam1
commit d33ab5822f

View file

@ -3090,7 +3090,8 @@ nsLocalFile::IsExecutable(bool* aResult)
"ws",
"wsc",
"wsf",
"wsh"
"wsh",
"xll" // MS Excel dynamic link library
};
nsDependentSubstring ext = Substring(path, dotIdx + 1);
for (size_t i = 0; i < ArrayLength(executableExts); ++i) {