mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
priv: Fixed a mingw build bug.
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
/* Imitate define of inttypes.h */
|
||||
#define PRIdS "Id"
|
||||
|
||||
# ifdef _MSC_VER
|
||||
# include <stdio.h>
|
||||
|
||||
@@ -44,9 +47,6 @@
|
||||
# undef strdup
|
||||
# define strdup _strdup
|
||||
|
||||
/* Imitate define of inttypes.h */
|
||||
# define PRIdS "Id"
|
||||
|
||||
# define strcasecmp _stricmp
|
||||
# define strncasecmp _strnicmp
|
||||
# define strtoull _strtoui64
|
||||
|
||||
Reference in New Issue
Block a user