summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-26 14:41:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-26 14:41:21 +0300
commitbe1918c1b2986ddb387cd593deddf120f9e61874 (patch)
treecedf0b0983817b488edcc7eb604f2d44a75c935f /plugins
parent91c5b3baaf5ac2790a99015afcfbf696dff682ca (diff)
fix for chat structures declaration
Diffstat (limited to 'plugins')
-rw-r--r--plugins/RecentContacts/src/stdafx.h2
-rw-r--r--plugins/Scriver/src/stdafx.h1
-rw-r--r--plugins/TabSRMM/src/msgs.h2
-rw-r--r--plugins/TabSRMM/src/stdafx.h2
4 files changed, 3 insertions, 4 deletions
diff --git a/plugins/RecentContacts/src/stdafx.h b/plugins/RecentContacts/src/stdafx.h
index 6408a5c727..1f9f020b49 100644
--- a/plugins/RecentContacts/src/stdafx.h
+++ b/plugins/RecentContacts/src/stdafx.h
@@ -28,8 +28,6 @@
using namespace std;
-struct SESSION_INFO : public GCSessionInfoBase {};
-
void wSetData(char **Data, const char *Value);
void wfree(char **Data);
diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h
index f5190599b1..7a023eaeab 100644
--- a/plugins/Scriver/src/stdafx.h
+++ b/plugins/Scriver/src/stdafx.h
@@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define SRMM_COMMONHEADERS_H
#define COMPILE_MULTIMON_STUBS
+#define SRMM_OWN_STRUCTURES
#include <windows.h>
#include <windowsx.h>
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h
index 88a4f7c7b4..d3dda2defc 100644
--- a/plugins/TabSRMM/src/msgs.h
+++ b/plugins/TabSRMM/src/msgs.h
@@ -237,8 +237,6 @@ struct TContainerData
}
};
-struct SESSION_INFO;
-
class CTabBaseDlg : public CSrmmBaseDialog
{
typedef CSrmmBaseDialog CSuper;
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h
index 3b6f56b58f..61819c989c 100644
--- a/plugins/TabSRMM/src/stdafx.h
+++ b/plugins/TabSRMM/src/stdafx.h
@@ -26,6 +26,8 @@
//
// global include file, used to build the precompiled header.
+#define SRMM_OWN_STRUCTURES
+
#include <windows.h>
#include <windowsx.h>
#include <commdlg.h>