gmime r1552 - trunk/gmime



Author: fejj
Date: Sat Apr  4 15:25:52 2009
New Revision: 1552
URL: http://svn.gnome.org/viewvc/gmime?rev=1552&view=rev

Log:
use G_OS_WIN32 instead of _WINDOWS

Modified:
   trunk/gmime/gmime-utils.c

Modified: trunk/gmime/gmime-utils.c
==============================================================================
--- trunk/gmime/gmime-utils.c	(original)
+++ trunk/gmime/gmime-utils.c	Sat Apr  4 15:25:52 2009
@@ -40,7 +40,7 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>         /* Unix header for getpid() */
 #endif
-#ifdef _WINDOWS
+#ifdef G_OS_WIN32
 #include <winsock2.h>
 #include <ws2tcpip.h>
 #include <process.h>
@@ -450,7 +450,7 @@
 	tm->tm_isdst = -1;
 	tt = mktime (tm);
 	
-#if defined (_WINDOWS)
+#if defined (G_OS_WIN32)
 	_get_timezone (&tz);
 #elif defined (HAVE_TM_GMTOFF)
 	tz = -tm->tm_gmtoff;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]