tiny additions for Windows 3.1

This commit is contained in:
Guido van Rossum 1995-03-14 15:05:41 +00:00
parent 6b14491bb4
commit cc08112ff4
1 changed files with 3 additions and 0 deletions

View 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 */