[pywin32-checkins] pywin32/win32/src win32trace.cpp,1.19,1.20
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-03 04:59:44
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8117/win32/src Modified Files: win32trace.cpp Log Message: remove redundant variable assignment Index: win32trace.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32trace.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** win32trace.cpp 30 Dec 2008 12:33:10 -0000 1.19 --- win32trace.cpp 3 Jan 2009 04:59:38 -0000 1.20 *************** *** 651,655 **** // no local one exists - see if we can create it globally - if // we can, we go global, else we stick with local. - use_global_namespace = TRUE; HANDLE h2 = CreateFileMapping((HANDLE)-1, &sa, PAGE_READWRITE, 0, BUFFER_SIZE, --- 651,654 ---- |