diff options
author | Bruce Momjian | 2018-01-09 23:33:11 +0000 |
---|---|---|
committer | Bruce Momjian | 2018-01-09 23:33:21 +0000 |
commit | fccaea45496d721012ce8fbbebae82e4dbfc1ef4 (patch) | |
tree | 3e35ac84487fcaa6bb65456cda3e7f0cd5938381 | |
parent | 69c3936a1499b772a749ae629fc59b2d72722332 (diff) |
Remove outdated/removed Win32 URLs in C comments
Reported-by: Ashutosh Sharma
-rw-r--r-- | src/include/port/win32.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 611e04fac66..9f48a58aed4 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -43,9 +43,6 @@ /* * defines for dynamic linking on Win32 platform - * http://support.microsoft.com/kb/132044 - * http://msdn.microsoft.com/en-us/library/8fskxacy(v=vs.80).aspx - * http://msdn.microsoft.com/en-us/library/a90k134d(v=vs.80).aspx */ #ifdef BUILDING_DLL |