Update of /cvsroot/pywin32/pywin32
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1765
Modified Files:
setup.py
Log Message:
enable DDE module for 64bit builds
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** setup.py 27 Aug 2010 06:53:44 -0000 1.111
--- setup.py 30 Aug 2010 02:40:15 -0000 1.112
***************
*** 1838,1842 ****
WinExt_pythonwin("dde", pch_header="stdafxdde.h",
depends=["win32/src/stddde.h", "pythonwin/ddemodule.h"],
- platforms=['win32'],
optional_headers=['afxres.h']),
]
--- 1838,1841 ----
|