Skip to content
Snippets Groups Projects
Commit 467f912d authored by rswindell's avatar rswindell
Browse files

Borland doesn't have a timegm() or mkgmtime() equivalent.

parent a2b252a8
Branches
Tags
No related merge requests found
......@@ -83,6 +83,9 @@ DLLEXPORT struct tm* DLLCALL localtime32(const time32_t* t, struct tm* tm);
#if defined(__BORLANDC__)
/* Borland C++ doesn't come with a timegm() or mkgmtime() equivalent */
#define timegm mktime
#include <dos.h>
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment