diff options
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();
|