Commit ed0d8837 authored by Peter Eisentraut's avatar Peter Eisentraut
parent d433b79b
...@@ -384,7 +384,7 @@ win32_pghardlink(const char *src, const char *dst) ...@@ -384,7 +384,7 @@ win32_pghardlink(const char *src, const char *dst)
{ {
/* /*
* CreateHardLinkA returns zero for failure * CreateHardLinkA returns zero for failure
* http://msdn.microsoft.com/en-us/library/aa363860(VS.85).aspx * https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createhardlinka
*/ */
if (CreateHardLinkA(dst, src, NULL) == 0) if (CreateHardLinkA(dst, src, NULL) == 0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment