Skip to content

Commit a143189

Browse files
Add a couple fallback qualifiers
1 parent 428a998 commit a143189

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/stubutils.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ namespace mapistub
113113
L"powerpnt.exe",
114114
L"msaccess.exe",
115115
L"onenote.exe",
116-
L"mspub.exe"};
116+
L"mspub.exe",
117+
L"visio.exe",
118+
L"mspub.exe"
119+
};
117120

118121
std::wstring GetInstalledOutlookMAPI(int iOutlook);
119122
std::wstring GetInstalledOutlookMAPI(const std::wstring component);

0 commit comments

Comments
 (0)