diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-12 22:36:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-12 22:36:24 +0300 |
commit | 244e9505d9172bf7867bb0ec26ad63b245f15be2 (patch) | |
tree | a531098fa81393d1f8d604a694db15a045066c29 /plugins/Console/src/stdafx.h | |
parent | 5578663450161f3f329f73d715e2399c5d03decd (diff) |
Console -> g_plugin
Diffstat (limited to 'plugins/Console/src/stdafx.h')
-rw-r--r-- | plugins/Console/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Console/src/stdafx.h b/plugins/Console/src/stdafx.h index 97755d566f..52ff614314 100644 --- a/plugins/Console/src/stdafx.h +++ b/plugins/Console/src/stdafx.h @@ -44,6 +44,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "resource.h"
#include "version.h"
+#define MODULENAME "Console"
+
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
|