From ea7c0113486f336f3fe14435e1ce5eb55ad4eca9 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Fri, 3 Dec 2021 06:44:09 +0800 Subject: Fixed 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n. --- src/gpg/function/GpgCommandExecutor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gpg/function/GpgCommandExecutor.h') diff --git a/src/gpg/function/GpgCommandExecutor.h b/src/gpg/function/GpgCommandExecutor.h index a6eaaf4a..f28caca8 100644 --- a/src/gpg/function/GpgCommandExecutor.h +++ b/src/gpg/function/GpgCommandExecutor.h @@ -25,7 +25,9 @@ #ifndef GPGFRONTEND_ZH_CN_TS_GPGCOMMANDEXECUTOR_H #define GPGFRONTEND_ZH_CN_TS_GPGCOMMANDEXECUTOR_H +#ifndef WINDOWS #include +#endif #include "gpg/GpgContext.h" #include "gpg/GpgFunctionObject.h" @@ -33,10 +35,13 @@ namespace GpgFrontend { class GpgCommandExecutor : public SingletonFunctionObject { public: + +#ifndef WINDOWS void Execute(StringArgsRef arguments, const std::function &interact_func); +#endif private: GpgContext &ctx = GpgContext::GetInstance(); -- cgit v1.2.3