Proposal: remove "#define timezone _timezone" from {msvc|mingw}/time.h.
It's rarely used and even if used (e.g. in kdepim's kresources), can be 
#ifdef'd.

--
regards / pozdrawiam, Jaroslaw Staniek
 Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on
 Kexi & KOffice (http://www.kexi.pl/en, http://www.koffice.org/kexi)
 KDE Libraries for MS Windows (http://windows.kde.org)
Index: include/mingw/time.h
===================================================================
--- include/mingw/time.h        (wersja 809710)
+++ include/mingw/time.h        (kopia robocza)
@@ -22,8 +22,6 @@
 #include <sys/types.h>
 #include <../include/time.h>
 
-#define timezone _timezone
-
 #ifdef __cplusplus
 extern "C" {
 #endif 
Index: include/msvc/time.h
===================================================================
--- include/msvc/time.h (wersja 809710)
+++ include/msvc/time.h (kopia robocza)
@@ -25,8 +25,6 @@
 
 #include <../include/time.h>
 
-#define timezone _timezone
-
 #ifdef __cplusplus
 extern "C" {
 #endif 
_______________________________________________
Kde-windows mailing list
Kde-windows@kde.org
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to