From 0e4b269065cf9eb1f9eab7e072b8b5efcd77c78e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Jul 2012 12:46:22 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CmdLine/MimCmd/common.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'plugins/CmdLine/MimCmd/common.h') diff --git a/plugins/CmdLine/MimCmd/common.h b/plugins/CmdLine/MimCmd/common.h index 5a66323778..47ecfc2ec6 100644 --- a/plugins/CmdLine/MimCmd/common.h +++ b/plugins/CmdLine/MimCmd/common.h @@ -18,13 +18,19 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define _CRT_SECURE_NO_WARNINGS + #include #include #include #define NO_MIMCMD_COMMANDS -#include "mimcmd_data.h" +#include +#include +#include + #include "mimcmd_ipc.h" #include "commands.h" -#include "langpack.h" \ No newline at end of file + +int lpprintf(const char *format, ...); -- cgit v1.2.3