浏览代码

Link update

Source commit: e1871a0789ec38aac60c83861dae0564bdebf876
Martin Prikryl 3 周之前
父节点
当前提交
a2bcd51073
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/windows/WinApi.h

+ 1 - 1
source/windows/WinApi.h

@@ -12,7 +12,7 @@ typedef BOOL WINAPI (* AddClipboardFormatListenerProc)(HWND hwnd);
 typedef BOOL WINAPI (* RemoveClipboardFormatListenerProc)(HWND hwnd);
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------
-// Taken from https://www.codeproject.com/Articles/35197/Undocumented-List-View-Features
+// Taken from https://www.codeproject.com/articles/Undocumented-List-View-Features
 //---------------------------------------------------------------------------
 #define LVM_QUERYINTERFACE (LVM_FIRST + 189)
 //---------------------------------------------------------------------------