diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-29 16:34:59 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-29 16:34:59 +0000 |
commit | 529d1a105104891edf8905cc3ecd1359a4e7c6aa (patch) | |
tree | b6372e2055991be03677bcf39f6ea31ad54202c2 /plugins/MimCmd/src/stdafx.h | |
parent | ce418f5b2c85687ff1d8f9630224f7bb8b0f8393 (diff) |
MimCmd: unicode in output
git-svn-id: http://svn.miranda-ng.org/main/trunk@16379 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MimCmd/src/stdafx.h')
-rw-r--r-- | plugins/MimCmd/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MimCmd/src/stdafx.h b/plugins/MimCmd/src/stdafx.h index 8fb740fa75..2bb58cfe34 100644 --- a/plugins/MimCmd/src/stdafx.h +++ b/plugins/MimCmd/src/stdafx.h @@ -21,6 +21,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <stdio.h>
#include <windows.h>
+#include <iostream>
+#include <io.h>
+#include <fcntl.h>
+
#define NO_MIMCMD_COMMANDS
#include <newpluginapi.h>
|