summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libgcrypt-1.4.6/src/gcrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/libgcrypt-1.4.6/src/gcrypt.h')
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/src/gcrypt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/src/gcrypt.h b/plugins/MirOTR/libgcrypt-1.4.6/src/gcrypt.h
index 45648a0762..8c110fec0b 100644
--- a/plugins/MirOTR/libgcrypt-1.4.6/src/gcrypt.h
+++ b/plugins/MirOTR/libgcrypt-1.4.6/src/gcrypt.h
@@ -22,8 +22,6 @@
#ifndef _GCRYPT_H
#define _GCRYPT_H
-#define _CRT_SECURE_NO_WARNINGS
-
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
@@ -40,7 +38,7 @@
# include <ws2tcpip.h>
# include <time.h>
# ifndef __GNUC__
- typedef long ssize_t;
+ typedef signed int ssize_t;
typedef int pid_t;
# endif /*!__GNUC__*/
#else