diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2013-05-18 23:31:23 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2013-05-18 23:31:23 +0000 |
commit | 7d1d22037a988439f93aff39fbc43f06c40920d9 (patch) | |
tree | fde7d04922721d314a704265e4029c7b7c6aaefd | |
parent | dc78867d601425d10382cd22ae6a53cb80da499f (diff) |
Gadu-Gadu protocol
- should fix issue #336
git-svn-id: http://svn.miranda-ng.org/main/trunk@4723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index e45a98d9fe..0623f89e5e 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -32,6 +32,10 @@ #define _WIN32_WINNT 0x0501
#endif
+#ifndef _WIN64
+#define _USE_32BIT_TIME_T
+#endif
+
// Windows headers
// Visual C++ .NET tries to include winsock.h
// which is very ver bad
|