Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12220
Modified Files:
win32file.i
Log Message:
In the docs, WSAEventSelect appears twice - one must be replaced by WSAAsyncSelect.
Index: win32file.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** win32file.i 28 Feb 2004 19:15:52 -0000 1.36
--- win32file.i 3 Mar 2004 20:29:50 -0000 1.37
***************
*** 1783,1787 ****
%}
! // @pyswig |WSAEventSelect|Specifies an event object to be associated with the supplied set of FD_XXXX network events.
%name(WSAAsyncSelect) PyObject *MyWSAAsyncSelect
(
--- 1783,1787 ----
%}
! // @pyswig |WSAAsyncSelect|Specifies an event object to be associated with the supplied set of FD_XXXX network events.
%name(WSAAsyncSelect) PyObject *MyWSAAsyncSelect
(
|