Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4261/com/win32comext/shell/src
Modified Files:
Tag: py3k
PyIContextMenu2.cpp
Log Message:
merge lots of changes (most via 2to3) from the trunk
Index: PyIContextMenu2.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/src/PyIContextMenu2.cpp,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** PyIContextMenu2.cpp 9 Aug 2008 01:53:01 -0000 1.1
--- PyIContextMenu2.cpp 5 Jan 2009 12:51:27 -0000 1.1.2.1
***************
*** 38,42 ****
{
PY_GATEWAY_METHOD;
- PyObject *ret;
HRESULT hr=InvokeViaPolicy("HandleMenuMsg", NULL, "INN", uMsg,
PyWinObject_FromPARAM(wParam),
--- 38,41 ----
|