Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
Fix Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Apr 27, 2018
1 parent 98f63a6 commit 88dfb29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/curl_config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -986,3 +986,11 @@

/* Define to 1 if you have the mach_absolute_time function. */
#cmakedefine HAVE_MACH_ABSOLUTE_TIME 1

#if defined(_WIN32)
# if defined(_WIN64)
# define ssize_t __int64
# else
# define ssize_t int
# endif
#endif

0 comments on commit 88dfb29

Please sign in to comment.