diff options
Diffstat (limited to 'plugins/FTPFileYM/src')
-rw-r--r-- | plugins/FTPFileYM/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/FTPFileYM/src/stdafx.h b/plugins/FTPFileYM/src/stdafx.h index 1ac6722a7f..f31b540dd8 100644 --- a/plugins/FTPFileYM/src/stdafx.h +++ b/plugins/FTPFileYM/src/stdafx.h @@ -27,6 +27,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <vector>
using namespace std;
+#define __NO_CMPLUGIN_NEEDED
+
#include <newpluginapi.h>
#include <m_button.h>
#include <m_clist.h>
|