From 3e1583072445a97fbd9dd223d8c8b702013ae1d6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Apr 2015 23:02:48 +0000 Subject: minor fixes, code cleaning etc git-svn-id: http://svn.miranda-ng.org/main/trunk@12773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/JabberG/src/jabber.h') diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 7dfb28756e..dd707ac2be 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -36,8 +36,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /******************************************************************* * Global header files *******************************************************************/ -#define _WIN32_WINNT 0x501 -#define _WIN32_IE 0x501 +#define _WIN32_WINNT 0x601 +#define _WIN32_IE 0x601 #include #include @@ -120,7 +120,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct CJabberProto; -class CJabberDlgBase: public CProtoDlgBase +class CJabberDlgBase : public CProtoDlgBase { typedef CProtoDlgBase CSuper; protected: @@ -531,7 +531,7 @@ struct CJabberInfoFrame_Event LPARAM m_pUserData; }; -class CJabberInfoFrame +class CJabberInfoFrame : public MZeroedObject { public: CJabberInfoFrame(CJabberProto *proto); -- cgit v1.2.3