From 26b2f9567dc0bd7b70e6cc66eee800a1e0d89b73 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 18 Apr 2014 06:26:43 +0000 Subject: wrapped time_t as stime_t. stime_t will be 32-bit on win32 for backward compatibility. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3386 ee746299-78ed-0310-b773-934348b2243d --- src/addrcache.h | 3 ++- src/jpilot.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/addrcache.h b/src/addrcache.h index 46a0264f..2c574868 100644 --- a/src/addrcache.h +++ b/src/addrcache.h @@ -28,6 +28,7 @@ #include #include #include "addritem.h" +#include "utils.h" /* Address cache */ typedef struct _AddressCache AddressCache; @@ -36,7 +37,7 @@ struct _AddressCache { gint nextID; gboolean dataRead; gboolean modified; - time_t modifyTime; + stime_t modifyTime; GHashTable *itemHash; GList *tempList; ItemFolder *rootFolder; diff --git a/src/jpilot.h b/src/jpilot.h index b1ddada3..764e56f1 100644 --- a/src/jpilot.h +++ b/src/jpilot.h @@ -43,6 +43,7 @@ #include "addritem.h" #include "addrcache.h" +#include "utils.h" typedef struct _JPilotFile JPilotFile; @@ -58,7 +59,7 @@ struct _JPilotFile { gint retVal; gboolean accessFlag; gboolean havePC3; - time_t pc3ModifyTime; + stime_t pc3ModifyTime; }; /* Limits */ -- cgit v1.2.3