Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher
reports it doesn't exist anymore under .NET.
This commit is contained in:
parent
8cf2704a59
commit
30022ea606
|
@ -1,7 +1,6 @@
|
||||||
// Resource script for Python core DLL.
|
// Resource script for Python core DLL.
|
||||||
// Currently only holds version information.
|
// Currently only holds version information.
|
||||||
//
|
//
|
||||||
#include "ver.h"
|
|
||||||
#include "winver.h"
|
#include "winver.h"
|
||||||
|
|
||||||
#define MS_WINDOWS
|
#define MS_WINDOWS
|
||||||
|
|
Loading…
Reference in New Issue