summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AsSingleWindow/src/stdafx.h')
-rw-r--r--plugins/AsSingleWindow/src/stdafx.h26
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