summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/stdafx.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2016-10-19 23:51:06 +0300
committerGeorge Hazan <george.hazan@gmail.com>2016-10-22 18:47:55 +0300
commit5536bc3778079e0ddfbc46dfa7ddd1b8e4807845 (patch)
treebdb7f9a69fbcbebd0d8caee56097b2d6625f0d9f /plugins/StatusManager/src/stdafx.h
parent6b4e23886eade6f3b209e0f46ac6381cce1362e9 (diff)
KeepStatus, StartupStatus and AdvanceAutoAway merged into one plugin
Diffstat (limited to 'plugins/StatusManager/src/stdafx.h')
-rw-r--r--plugins/StatusManager/src/stdafx.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/StatusManager/src/stdafx.h b/plugins/StatusManager/src/stdafx.h
new file mode 100644
index 0000000000..a8fd9051a7
--- /dev/null
+++ b/plugins/StatusManager/src/stdafx.h
@@ -0,0 +1,37 @@
+#ifndef _COMMON_H_
+#define _COMMON_H_
+
+#include <windows.h>
+#include <process.h>
+#include <winsock.h>
+#include <wininet.h>
+#include <ipexport.h>
+#include <icmpapi.h>
+#include <commctrl.h>
+
+#include <newpluginapi.h>
+
+#include <m_core.h>
+#include <m_skin.h>
+#include <m_clist.h>
+#include <m_utils.h>
+#include <m_icolib.h>
+#include <m_options.h>
+#include <m_protosvc.h>
+#include <m_protocols.h>
+#include <m_toptoolbar.h>
+#include <m_statusplugins.h>
+
+#include "version.h"
+#include "resource.h"
+
+#include "commonstatus.h"
+#include "keepstatus.h"
+#include "startupstatus.h"
+#include "advancedautoaway.h"
+
+int KSCSModuleLoaded(WPARAM, LPARAM);
+int SSCSModuleLoaded(WPARAM, LPARAM);
+int AAACSModuleLoaded(WPARAM, LPARAM);
+
+#endif //_COMMON_H_