diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2002-02-12 04:02:33 +0000 |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2002-02-12 04:02:33 +0000 |
commit | 7ba5e810fd7d7bbfcf5aeffcf2f397398d562c32 (patch) | |
tree | 436465f5dbb490d9ef63dbc05dd1f89fbf8f8b25 /Modules/_hotshot.c | |
parent | a8d73847c47405aa026e19ceaeea63c2d639dea4 (diff) | |
download | cpython-git-7ba5e810fd7d7bbfcf5aeffcf2f397398d562c32.tar.gz |
Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers.
Diffstat (limited to 'Modules/_hotshot.c')
-rw-r--r-- | Modules/_hotshot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_hotshot.c b/Modules/_hotshot.c index f88629dc4f..1eecc7efcc 100644 --- a/Modules/_hotshot.c +++ b/Modules/_hotshot.c @@ -14,7 +14,6 @@ */ #ifdef MS_WIN32 #include <windows.h> -#include <largeint.h> #include <direct.h> /* for getcwd() */ typedef __int64 hs_time; #define GETTIMEOFDAY(P_HS_TIME) \ |