[pywin32-checkins] pywin32/win32/src/PerfMon pyperfmon.h,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-04 00:17:19
|
Update of /cvsroot/pywin32/pywin32/win32/src/PerfMon In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13026/win32/src/PerfMon Modified Files: pyperfmon.h Log Message: consolidation of more py3k-friendly changes from py3k branch Index: pyperfmon.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PerfMon/pyperfmon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pyperfmon.h 2 Sep 1999 00:24:54 -0000 1.1 --- pyperfmon.h 4 Dec 2008 00:17:13 -0000 1.2 *************** *** 121,128 **** static PyObject *Close(PyObject *self, PyObject *args); - // #pragma warning( disable : 4251 ) static struct memberlist memberlist[]; static PyTypeObject type; - #pragma warning( default : 4251 ) protected: --- 121,126 ---- |