1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

MingW32 has gettimeofday() implemented, so proper ifdef this function here.

This commit is contained in:
Guenter Knauf
2010-06-01 21:09:08 +02:00
parent b6c6470e7e
commit fa5d6c705d

View File

@@ -533,7 +533,7 @@ void _libssh2_list_insert(struct list_node *after, /* insert before this */
#ifdef WIN32 #if defined(LIBSSH2_WIN32) && !defined(__MINGW32__)
/* /*
* gettimeofday * gettimeofday
* Implementation according to: * Implementation according to: