From 7d1d22037a988439f93aff39fbc43f06c40920d9 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Sat, 18 May 2013 23:31:23 +0000 Subject: Gadu-Gadu protocol - should fix issue #336 git-svn-id: http://svn.miranda-ng.org/main/trunk@4723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/gg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/Gadu-Gadu') 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 -- cgit v1.2.3