Skip to content

Commit

Permalink
Remove obsolete Windows Server 2012 doc comment (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Dec 23, 2024
1 parent e8743ad commit 755ace8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions win32/src/win32tsmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,8 @@ static PyObject *PyWTSQuerySessionInformation(PyObject *self, PyObject *args, Py
"VerticalResolution", wcd->VerticalResolution, "ColorDepth", wcd->ColorDepth);
break;
}
case WTSClientAddress: { // @flag WTSClientAddress|Dict containing type and value of client's IP address (None
// if console session) IPV6 addresses may not be returned correctly on Windows
// versions earlier than Windows Server 2012 (see
// http://sourceforge.net/p/pywin32/bugs/664/ for details)
case WTSClientAddress: { // @flag WTSClientAddress|Dict containing type and value of client's IP address
// (None if console session)
PyObject *obaddress;
size_t address_cnt, address_ind;
WTS_CLIENT_ADDRESS *wca = (WTS_CLIENT_ADDRESS *)buf;
Expand Down

0 comments on commit 755ace8

Please sign in to comment.