ObjFW  Diff

Differences From Artifact [3c5313a6f3]:

To Artifact [d8bff9d62d]:


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
	return seconds;
}

#if (!defined(HAVE_GMTIME_R) || !defined(HAVE_LOCALTIME_R)) && \
    defined(OF_HAVE_THREADS)
static OFMutex *mutex;

void
releaseMutex(void)
{
	[mutex release];
}
#endif

#ifdef OF_WINDOWS







|







107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
	return seconds;
}

#if (!defined(HAVE_GMTIME_R) || !defined(HAVE_LOCALTIME_R)) && \
    defined(OF_HAVE_THREADS)
static OFMutex *mutex;

static void
releaseMutex(void)
{
	[mutex release];
}
#endif

#ifdef OF_WINDOWS