diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-19 19:50:57 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-19 19:50:57 +0300 |
commit | 44eadfd2f33bf3ac4cc1c56c773f09e8cf391385 (patch) | |
tree | 65e1ef4724c620ac1471db8fce38451d7963aedb /plugins/AsSingleWindow/src/stdafx.h | |
parent | cc13707adf716f558a1e85995c042e5361eec60b (diff) |
AsSingleWindow: adopted but not working
Diffstat (limited to 'plugins/AsSingleWindow/src/stdafx.h')
-rw-r--r-- | plugins/AsSingleWindow/src/stdafx.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/AsSingleWindow/src/stdafx.h b/plugins/AsSingleWindow/src/stdafx.h new file mode 100644 index 0000000000..a7e42fdf90 --- /dev/null +++ b/plugins/AsSingleWindow/src/stdafx.h @@ -0,0 +1,26 @@ +#pragma once + +#define WIN32_LEAN_AND_MEAN + +// Файлы заголовков Windows: +#include <windows.h> +#include <stdio.h> +#include <stdlib.h> +#include <iostream> +#include <CommCtrl.h> +#include <list> +#include <algorithm> + +// Miranda headers +#include "newpluginapi.h" +#include "m_system.h" +#include "m_langpack.h" +#include "m_database.h" +#include "m_message.h" +#include "m_clist.h" +#include "m_clistint.h" +//#include "m_clui.h" +#include "m_options.h" +//#include "m_plugins.h" + +// end of file
\ No newline at end of file |