diff options
| author | Guido van Rossum <guido@python.org> | 1995-03-14 15:05:41 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-03-14 15:05:41 +0000 |
| commit | cc08112ff4985b0d400acf50de7389ec27362f53 (patch) | |
| tree | af01b84dd755c5a15c2988653b674dc63d4a3894 | |
| parent | 6b14491bb4d0ef0ec7e7dbc8ec60356fae564177 (diff) | |
| download | cpython-git-cc08112ff4985b0d400acf50de7389ec27362f53.tar.gz | |
tiny additions for Windows 3.1
| -rw-r--r-- | Modules/timemodule.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 90a10eb8a0..f7738354cd 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -55,6 +55,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifdef _M_IX86 #include <windows.h> #define timezone _timezone +#define tzname _tzname +#define daylight _daylight +#define altzone _altzone #endif /* Forward declarations */ |
