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