diff options
author | Moonchild <moonchild@palemoon.org> | 2023-08-30 12:48:43 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-08-30 12:48:43 +0200 |
commit | 7fdc866b5a259b209337b9550c902b1bb1e7aa65 (patch) | |
tree | 672e1be4b602d9001a0e5db9fbf33e8f98f046bf | |
parent | e112df88498ba2c85dfbaf26d7db0d8c6c3b5448 (diff) | |
download | uxp-7fdc866b5a259b209337b9550c902b1bb1e7aa65.tar.gz |
[XPCOM] Add xll files to the executables list.
-rw-r--r-- | xpcom/io/nsLocalFileWin.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp index 42bd83d45e..e5a0131a77 100644 --- a/xpcom/io/nsLocalFileWin.cpp +++ b/xpcom/io/nsLocalFileWin.cpp @@ -3086,7 +3086,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) { |