Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13728
Modified Files:
win32file.i
Log Message:
The summary description of the WSAAsyncSelect function was also wrong.
Index: win32file.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** win32file.i 3 Mar 2004 20:29:50 -0000 1.37
--- win32file.i 3 Mar 2004 20:37:04 -0000 1.38
***************
*** 1783,1787 ****
%}
! // @pyswig |WSAAsyncSelect|Specifies an event object to be associated with the supplied set of FD_XXXX network events.
%name(WSAAsyncSelect) PyObject *MyWSAAsyncSelect
(
--- 1783,1787 ----
%}
! // @pyswig |WSAAsyncSelect|Request windows message notification for the supplied set of FD_XXXX network events.
%name(WSAAsyncSelect) PyObject *MyWSAAsyncSelect
(
|