Update of /cvsroot/pywin32/pywin32/com/win32com/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv20145
Modified Files:
PyICatRegister.h PyIPersist.h PyIPersistStream.h
PyIPersistStreamInit.h
Log Message:
'#endif SYMBOL' -> '#endif // SYMBOL'
Index: PyICatRegister.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PyICatRegister.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PyICatRegister.h 1 Sep 1999 23:04:13 -0000 1.1
--- PyICatRegister.h 31 Oct 2003 07:18:20 -0000 1.2
***************
*** 19,21 ****
~PyICatRegister();
};
! #endif NO_PYCOM_ICATREGISTER
--- 19,21 ----
~PyICatRegister();
};
! #endif // NO_PYCOM_ICATREGISTER
Index: PyIPersist.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PyIPersist.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PyIPersist.h 1 Sep 1999 23:04:14 -0000 1.1
--- PyIPersist.h 31 Oct 2003 07:18:20 -0000 1.2
***************
*** 37,39 ****
#pragma warning(default : 4275 )
! #endif __PYIPERSIST_H__
--- 37,39 ----
#pragma warning(default : 4275 )
! #endif // __PYIPERSIST_H__
Index: PyIPersistStream.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PyIPersistStream.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PyIPersistStream.h 15 Nov 1999 22:44:41 -0000 1.2
--- PyIPersistStream.h 31 Oct 2003 07:18:20 -0000 1.3
***************
*** 49,51 ****
};
! #endif __PYIPERSISTSTREAM_H__
--- 49,51 ----
};
! #endif // __PYIPERSISTSTREAM_H__
Index: PyIPersistStreamInit.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PyIPersistStreamInit.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PyIPersistStreamInit.h 15 Nov 1999 22:44:41 -0000 1.2
--- PyIPersistStreamInit.h 31 Oct 2003 07:18:20 -0000 1.3
***************
*** 45,47 ****
};
! #endif __PYIPERSISTSTREAMINIT_H__
--- 45,47 ----
};
! #endif // __PYIPERSISTSTREAMINIT_H__
|