commit | 0e8bd7e1ccf7f47bc0bb920af899c77669016d3d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 10 12:23:46 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 10 12:23:46 2006 +0000 |
tree | a2724cb3463072f259b31175662d9a03ed02b4c3 | |
parent | acd0d6d4160c6b7f12d80807a4312f6f57338b4d [diff] [blame] |
Patch #1495999: Part two of Windows CE changes. - update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
diff --git a/Python/thread_nt.h b/Python/thread_nt.h index 0b7e84e..4dc6d6c 100644 --- a/Python/thread_nt.h +++ b/Python/thread_nt.h
@@ -5,7 +5,9 @@ #include <windows.h> #include <limits.h> +#ifdef HAVE_PROCESS_H #include <process.h> +#endif typedef struct NRMUTEX { LONG owned ;