diff options
Diffstat (limited to 'plugins/CmdLine/MimCmd/common.h')
-rw-r--r-- | plugins/CmdLine/MimCmd/common.h | 10 |
1 files changed, 8 insertions, 2 deletions
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 <stdio.h>
#include <windows.h>
#include <string.h>
#define NO_MIMCMD_COMMANDS
-#include "mimcmd_data.h"
+#include <m_system.h>
+#include <newpluginapi.h>
+#include <m_langpack.h>
+
#include "mimcmd_ipc.h"
#include "commands.h"
-#include "langpack.h"
\ No newline at end of file +
+int lpprintf(const char *format, ...);
|