Skip to content

Commit 020e7c4

Browse files
committed
Merge branch 'mingw-update-msdn-link-v1'
2 parents d92ec3b + facdaff commit 020e7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat/mingw.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,8 +1209,8 @@ char *mingw_getcwd(char *pointer, int len)
12091209
}
12101210

12111211
/*
1212-
* See http://msdn2.microsoft.com/en-us/library/17w5ykft(vs.71).aspx
1213-
* (Parsing C++ Command-Line Arguments)
1212+
* See "Parsing C++ Command-Line Arguments" at Microsoft's Docs:
1213+
* https://docs.microsoft.com/en-us/cpp/cpp/parsing-cpp-command-line-arguments
12141214
*/
12151215
static const char *quote_arg_msvc(const char *arg)
12161216
{

0 commit comments

Comments
 (0)