diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-15 21:46:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-15 21:46:24 +0300 |
commit | b1266b79e51534a5d5673639e49a8fdbbb747026 (patch) | |
tree | feb0b1983042d8b9dd72df7266c3ddfc41ca3d37 /plugins/CmdLine/src | |
parent | 2160d0a2343309c3c1e13ceb74061b39f306a063 (diff) |
__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled
Diffstat (limited to 'plugins/CmdLine/src')
-rw-r--r-- | plugins/CmdLine/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CmdLine/src/stdafx.h b/plugins/CmdLine/src/stdafx.h index 3049769b4c..23ae2a12fb 100644 --- a/plugins/CmdLine/src/stdafx.h +++ b/plugins/CmdLine/src/stdafx.h @@ -26,6 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <time.h>
#include <stdlib.h>
+#define __NO_CMPLUGIN_NEEDED
+
#include "newpluginapi.h"
#include "m_database.h"
#include "m_clist.h"
|