Skip to content

Commit 3cf8480

Browse files
committed
Use 32bit depedency from Windows
1 parent 4b8a5fc commit 3cf8480

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

httplib.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,7 @@
192192

193193
#pragma comment(lib, "ws2_32.lib")
194194

195-
#ifdef _WIN64
196195
using ssize_t = __int64;
197-
#else
198-
using ssize_t = long;
199-
#endif
200196
#endif // _MSC_VER
201197

202198
#ifndef S_ISREG

0 commit comments

Comments
 (0)