diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-11 23:02:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-11 23:02:48 +0000 |
commit | 3e1583072445a97fbd9dd223d8c8b702013ae1d6 (patch) | |
tree | 9beadf45e5c96812d0f9a2a10c94a6cc256f94d3 /protocols/JabberG/src/jabber.h | |
parent | 27c63813af1433d827335b5d1d34c2b70eddeb6b (diff) |
minor fixes, code cleaning etc
git-svn-id: http://svn.miranda-ng.org/main/trunk@12773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <windows.h>
#include <commctrl.h>
@@ -120,7 +120,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct CJabberProto;
-class CJabberDlgBase: public CProtoDlgBase<CJabberProto>
+class CJabberDlgBase : public CProtoDlgBase<CJabberProto>
{
typedef CProtoDlgBase<CJabberProto> CSuper;
protected:
@@ -531,7 +531,7 @@ struct CJabberInfoFrame_Event LPARAM m_pUserData;
};
-class CJabberInfoFrame
+class CJabberInfoFrame : public MZeroedObject
{
public:
CJabberInfoFrame(CJabberProto *proto);
|