We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93b0aa commit 3cd123eCopy full SHA for 3cd123e
src/transports/winhttp.c
@@ -48,6 +48,10 @@
48
# define WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2 0x00000800
49
#endif
50
51
+#ifndef DWORD_MAX
52
+# define DWORD_MAX 0xffffffff
53
+#endif
54
+
55
static const char *prefix_https = "https://";
56
static const char *upload_pack_service = "upload-pack";
57
static const char *upload_pack_ls_service_url = "/info/refs?service=git-upload-pack";
0 commit comments