-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move GPGME init from DLLMain to COM init
* NEWS: Update. * src/common.cpp (get_gpgme_w32_inst_dir): Move here from main.c (set_global_hinstance): Removed for readability. * src/common.h: Update accordingly. * src/main.c (get_gpgme_w32_inst_dir): Move to common.cpp (DllMain): Remove all initialization code. * src/gpgoladdin.cpp (GpgolAddin::GpgolAddin): Do the GPGME initalization here. -- This does not functionally change anything but should probably fix the "This addin caused a slow start of Outlook message". GnuPG-Bug-Id: T6856
- Loading branch information
1 parent
65de67d
commit 8c015ef
Showing
5 changed files
with
55 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters