[pywin32-checkins] pywin32/isapi/src pyISAPI.cpp,1.6,1.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-12-14 08:34:41
|
Update of /cvsroot/pywin32/pywin32/isapi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1573/src Modified Files: pyISAPI.cpp Log Message: remove old comments Index: pyISAPI.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/isapi/src/pyISAPI.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pyISAPI.cpp 12 Oct 2006 07:00:37 -0000 1.6 --- pyISAPI.cpp 14 Dec 2006 08:34:39 -0000 1.7 *************** *** 246,256 **** } ! /////////////////////////////////////////////////////////////////////// ! // If your extension will not use MFC, you'll need this code to make ! // sure the extension objects can find the resource handle for the ! // module. If you convert your extension to not be dependent on MFC, ! // remove the comments arounn the following AfxGetResourceHandle() ! // and DllMain() functions, as well as the g_hInstance global. ! HINSTANCE g_hInstance = 0; --- 246,250 ---- } ! // DLL entry point - store the handle to our module. HINSTANCE g_hInstance = 0; |