]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
tiny additions for Windows 3.1
authorGuido van Rossum <guido@python.org>
Tue, 14 Mar 1995 15:05:41 +0000 (15:05 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Mar 1995 15:05:41 +0000 (15:05 +0000)
Modules/timemodule.c

index 90a10eb8a0d9ac48c10b2d3cb1d35703570c4ab6..f7738354cd51bb5ed9068f0688a8a27f88bfcb00 100644 (file)
@@ -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 */