diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-13 18:16:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-13 18:16:50 +0000 |
commit | e163beb2212fe4688f2c1f01d1d95747f9a9082d (patch) | |
tree | 8837d91a898c320f05a6f3256342de457064e861 /protocols/WhatsApp/src/common.h | |
parent | f728e1752634ad6b3237b758717277f4fee8ba53 (diff) |
bye-bye, Windows
git-svn-id: http://svn.miranda-ng.org/main/trunk@12792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/common.h')
-rw-r--r-- | protocols/WhatsApp/src/common.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h index 338b4578ca..009b0f0db7 100644 --- a/protocols/WhatsApp/src/common.h +++ b/protocols/WhatsApp/src/common.h @@ -12,8 +12,8 @@ Copyright © 2013-14 Uli Hecht #pragma warning(disable:4996)
#pragma warning(disable:4290)
-#define _WIN32_WINNT 0x0500
-#define _WIN32_WINDOWS 0x0500
+#define _WIN32_WINNT 0x0601
+#define _WIN32_WINDOWS 0x0601
#include <algorithm>
#include <iostream>
@@ -69,16 +69,17 @@ Copyright © 2013-14 Uli Hecht #include <m_hotkeys.h>
#include <m_folders.h>
#include <m_json.h>
+#include <m_gui.h>
#include "constants.h"
#include "utils.h"
#include "db.h"
#include "resource.h"
-#include "dialogs.h"
#include "theme.h"
#include "definitions.h"
#include "WASocketConnection.h"
#include "proto.h"
+#include "dialogs.h"
#include "entities.h"
#if defined _DEBUG
|