mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
tiny additions for Windows 3.1
This commit is contained in:
parent
6b14491bb4
commit
cc08112ff4
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue