diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-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
|