Fix incorrect argument type for JsonRpc::SendMessage

This commit is contained in:
Gunnar Beutner 2018-03-06 08:54:47 +01:00
parent fda4faac06
commit 0b9869917f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#endif /* __MINGW32__ */
typedef int socklen_t;
typedef SSIZE_T ssize_t;
#define MAXPATHLEN MAX_PATH