Explorar o código

Fixed build error on Windows

yhirose %!s(int64=6) %!d(string=hai) anos
pai
achega
e2babf315c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -19,7 +19,7 @@
 
 #if defined(_MSC_VER)
 #ifdef _WIN64
-typedef int64_t ssize_t;
+typedef __int64 ssize_t;
 #else
 typedef int ssize_t;
 #endif