From 875b2a5b59196d60cb6bd9eb771ad04da06a4947 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 15 Jan 2020 17:19:49 +0100 Subject: include: Remove PRIdS definitions Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen --- include/libssh/priv.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 31405d6b..6e7f2de8 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -65,11 +65,6 @@ char *strndup(const char *s, size_t n); #ifdef _WIN32 -/* Imitate define of inttypes.h */ -# ifndef PRIdS -# define PRIdS "Id" -# endif - # ifndef PRIu64 # if __WORDSIZE == 64 # define PRIu64 "lu" @@ -162,7 +157,6 @@ int gettimeofday(struct timeval *__p, void *__t); #else /* _WIN32 */ #include -#define PRIdS "zd" #define _XCLOSESOCKET close -- cgit v1.2.3