[pywin32-checkins] pywin32/win32/src win32inet.i,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-10-22 01:41:40
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21725/win32/src Modified Files: win32inet.i Log Message: Insist on winver 0x500 so we get FtpCommand. Index: win32inet.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32inet.i,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** win32inet.i 29 Jul 2005 01:33:08 -0000 1.2 --- win32inet.i 22 Oct 2005 01:41:26 -0000 1.3 *************** *** 422,426 **** ); - %ifdef WINVER >= 0x0500 // @pyswig <o PyHINTERNET>|FtpCommand|Allows an application to send commands directly to an FTP server. BOOLAPI FtpCommand( --- 422,425 ---- *************** *** 436,440 **** PyHINTERNET *OUTPUT ); - %endif %init %{ --- 435,438 ---- |