diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-01-24 00:04:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-01-24 00:04:37 (GMT) |
commit | 30022ea606145b7c8fde0c6c7b248c110cfff0a2 (patch) | |
tree | 68a42a0a1a83a827ed651fcdc2f1e16a6e0eeea0 /PC/python_nt.rc | |
parent | 8cf2704a59421d2cbb1ce1a52b21c1b158064d84 (diff) | |
download | cpython-30022ea606145b7c8fde0c6c7b248c110cfff0a2.zip cpython-30022ea606145b7c8fde0c6c7b248c110cfff0a2.tar.gz cpython-30022ea606145b7c8fde0c6c7b248c110cfff0a2.tar.bz2 |
Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher
reports it doesn't exist anymore under .NET.
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r-- | PC/python_nt.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 8778998..37129f1 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -1,7 +1,6 @@ // Resource script for Python core DLL. // Currently only holds version information. // -#include "ver.h" #include "winver.h" #define MS_WINDOWS |