[pywin32-checkins] pywin32/win32 win32security.dsp,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-03-06 23:27:39
|
Update of /cvsroot/pywin32/pywin32/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25147 Modified Files: win32security.dsp Log Message: Some excellent sspi additions to win32security, and a number of tests and demos, originally from Roger Upole. Index: win32security.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/win32security.dsp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** win32security.dsp 1 Dec 2003 11:04:05 -0000 1.5 --- win32security.dsp 6 Mar 2005 23:26:59 -0000 1.6 *************** *** 124,127 **** --- 124,131 ---- # Begin Source File + SOURCE=.\src\win32security_sspi.cpp + # End Source File + # Begin Source File + SOURCE=.\src\win32securitymodule.cpp # End Source File |