]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect argument type for JsonRpc::SendMessage
authorGunnar Beutner <gunnar.beutner@icinga.com>
Tue, 6 Mar 2018 07:54:47 +0000 (08:54 +0100)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Tue, 6 Mar 2018 08:02:05 +0000 (09:02 +0100)
lib/base/win32.hpp

index 0965e1bd8ce31cebcbaf253ca8c24b21af087106..ef90352c105a2771549c8751df6d13754f710807 100644 (file)
@@ -40,6 +40,7 @@
 #endif /* __MINGW32__ */
 
 typedef int socklen_t;
+typedef SSIZE_T ssize_t;
 
 #define MAXPATHLEN MAX_PATH