[pywin32-checkins] pywin32/Pythonwin win32uimodule.cpp,1.39,1.40
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-10-01 14:39:52
|
Update of /cvsroot/pywin32/pywin32/Pythonwin In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18139/Pythonwin Modified Files: win32uimodule.cpp Log Message: Remove unused extern reference to PySys_SetPath Index: win32uimodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32uimodule.cpp,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** win32uimodule.cpp 25 Feb 2008 05:27:55 -0000 1.39 --- win32uimodule.cpp 1 Oct 2008 14:39:36 -0000 1.40 *************** *** 419,423 **** // ///////////////////////////////////////////////////////////////////// - extern "C" __declspec(dllimport) void PySys_SetPath(char *); void PYW_EXPORT Python_addpath( const char *paths ) { --- 419,422 ---- |