File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ internal enum WindowsMessages : uint
125125 /// <summary>
126126 /// Sent to a window when the SetWindowLong function is about to change one or more of the window's styles.
127127 /// </summary>
128- /// <seealso cref ="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanging"/>
128+ /// <seealso href ="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanging"/>
129129 WM_STYLECHANGING = 0x007C ,
130130
131131 /// <summary>
132132 /// Sent to a window after the SetWindowLong function has changed one or more of the window's styles.
133133 /// </summary>
134- /// <seealso cref ="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanged"/>
134+ /// <seealso href ="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanged"/>
135135 WM_STYLECHANGED = 0x007D ,
136136
137137 /// <summary>
You can’t perform that action at this time.
0 commit comments