[Python-checkins] CVS: python/dist/src/PC python_nt.rc,1.16,1.17

Tim Peters tim_one@users.sourceforge.net
Wed, 23 Jan 2002 16:04:39 -0800


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv9579/python/PC

Modified Files:
	python_nt.rc 
Log Message:
Removed #include of obsolete ver.h.  VC6 doesn't need it, and David Ascher
reports it doesn't exist anymore under .NET.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** python_nt.rc	2001/12/21 22:06:12	1.16
--- python_nt.rc	2002/01/24 00:04:37	1.17
***************
*** 2,6 ****
  // Currently only holds version information.
  //
- #include "ver.h"
  #include "winver.h"
  
--- 2,5 ----