Revert incorrect change.

This commit is contained in:
Roger A. Light 2018-08-16 11:33:06 +01:00
parent 14bd96e1e1
commit 4ccc68d2df
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
# endif
# define strtok_r strtok_s
# define strerror_r(e, b, l) strerror_s(b, l, e)
typedef SSIZE_T ssize_t;
#endif

View File

@ -20,6 +20,7 @@ Contributors:
#include <unistd.h>
#else
#include <winsock2.h>
typedef SSIZE_T ssize_t;
#endif
#include "mosquitto_internal.h"