We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428a998 commit a143189Copy full SHA for a143189
library/stubutils.cpp
@@ -113,7 +113,10 @@ namespace mapistub
113
L"powerpnt.exe",
114
L"msaccess.exe",
115
L"onenote.exe",
116
- L"mspub.exe"};
+ L"mspub.exe",
117
+ L"visio.exe",
118
+ L"mspub.exe"
119
+ };
120
121
std::wstring GetInstalledOutlookMAPI(int iOutlook);
122
std::wstring GetInstalledOutlookMAPI(const std::wstring component);
0 commit comments