From d3c581a8571f33658a82a07c57f077fbafc47a22 Mon Sep 17 00:00:00 2001 From: apexliu Date: Mon, 27 Mar 2017 03:20:51 +0800 Subject: [PATCH] =?UTF-8?q?fixme:=20Windows=E7=89=88=E6=9C=AC=E7=9A=84web?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=9C=89=E9=97=AE=E9=A2=98=EF=BC=8C=E4=B8=80?= =?UTF-8?q?=E6=97=A6=E4=BB=8E=E6=9C=8D=E5=8A=A1=E7=AE=A1=E7=90=86=E5=99=A8?= =?UTF-8?q?=E4=B8=AD=E5=81=9C=E6=AD=A2=EF=BC=8C=E5=B0=B1=E4=BC=9A=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=A2=AB=E5=88=A0=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/tp_core/core/main.cpp | 2 +- server/tp_web/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/tp_core/core/main.cpp b/server/tp_core/core/main.cpp index 98b3886..bc49d8b 100644 --- a/server/tp_core/core/main.cpp +++ b/server/tp_core/core/main.cpp @@ -23,7 +23,7 @@ bool g_is_debug = false; static ex_u8 g_run_type = RUN_UNKNOWN; -#define EOM_CORE_SERVICE_NAME L"EOM Teleport Core Service" +#define EOM_CORE_SERVICE_NAME L"Teleport Core Service" static bool _run_daemon(void); diff --git a/server/tp_web/src/main.cpp b/server/tp_web/src/main.cpp index a40bfff..01654a1 100644 --- a/server/tp_web/src/main.cpp +++ b/server/tp_web/src/main.cpp @@ -36,7 +36,7 @@ static ex_wstr g_py_main_func; #define RUN_UNINST_SRV 4 static ex_u8 g_run_type = RUN_UNKNOWN; -#define EOM_WEB_SERVICE_NAME L"EOM Teleport Web Service" +#define EOM_WEB_SERVICE_NAME L"Teleport Web Service" static bool _run_daemon(void);