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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user