Commit cc08112f authored by Guido van Rossum's avatar Guido van Rossum

tiny additions for Windows 3.1

parent 6b14491b
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment