diff options
author | Saturneric <[email protected]> | 2022-01-04 08:20:35 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-04 08:20:35 +0000 |
commit | 14c5e000141360e19a067f0385dc43569fb73cc6 (patch) | |
tree | dc0ef189cf4e1b435536291d6730df35da892e16 /src/GpgFrontend.h.in | |
parent | <chore>(project): version 2.0.4-beta.1 (diff) | |
download | GpgFrontend-14c5e000141360e19a067f0385dc43569fb73cc6.tar.gz GpgFrontend-14c5e000141360e19a067f0385dc43569fb73cc6.zip |
<fix>(core): fix windows build problem
1.fix libintl_snprintf bugs.
2. improve VersionCheckThread.
Diffstat (limited to 'src/GpgFrontend.h.in')
-rw-r--r-- | src/GpgFrontend.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GpgFrontend.h.in b/src/GpgFrontend.h.in index 497db495..11934550 100644 --- a/src/GpgFrontend.h.in +++ b/src/GpgFrontend.h.in @@ -40,6 +40,7 @@ #include <clocale> #undef vsnprintf #undef sprintf +#undef snprintf #endif // logging |