Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28112/win32/src
Modified Files:
win32file.i
Log Message:
autoduck
Index: win32file.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** win32file.i 9 Apr 2008 23:53:32 -0000 1.89
--- win32file.i 4 May 2008 10:44:14 -0000 1.90
***************
*** 436,440 ****
//FileIOCompletionRoutine
! // @pyswig |FindClose|Closes a handle opened with <om win32file.FindOpen>
BOOLAPI FindClose(HANDLE hFindFile); // @pyparm int|hFindFile||file search handle
--- 436,440 ----
//FileIOCompletionRoutine
! // @pyswig |FindClose|Closes a find handle.
BOOLAPI FindClose(HANDLE hFindFile); // @pyparm int|hFindFile||file search handle
|