From 959aef1b9a7c70f70d107130bea903a207c02939 Mon Sep 17 00:00:00 2001 From: Mataes Date: Wed, 23 May 2018 18:49:53 +0300 Subject: AutoShutdown: we don't need second define --- plugins/AutoShutdown/src/frame.cpp | 2 -- plugins/AutoShutdown/src/stdafx.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/AutoShutdown/src') diff --git a/plugins/AutoShutdown/src/frame.cpp b/plugins/AutoShutdown/src/frame.cpp index 3fb9e70c0f..ab4baad2b9 100644 --- a/plugins/AutoShutdown/src/frame.cpp +++ b/plugins/AutoShutdown/src/frame.cpp @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h" -#define MODULENAME LPGEN("AutoShutdown") - /* Show Frame */ static HWND hwndCountdownFrame; static WORD hFrame; diff --git a/plugins/AutoShutdown/src/stdafx.h b/plugins/AutoShutdown/src/stdafx.h index 13f1bcd976..01374d8416 100644 --- a/plugins/AutoShutdown/src/stdafx.h +++ b/plugins/AutoShutdown/src/stdafx.h @@ -74,7 +74,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "resource.h" #include "version.h" -#define MODULENAME "AutoShutdown" +#define MODULENAME LPGEN("AutoShutdown") struct CMPlugin : public PLUGIN { -- cgit v1.2.3