Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc08112

Browse files
committed
tiny additions for Windows 3.1
1 parent 6b14491 commit cc08112

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Modules/timemodule.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5555
#ifdef _M_IX86
5656
#include <windows.h>
5757
#define timezone _timezone
58+
#define tzname _tzname
59+
#define daylight _daylight
60+
#define altzone _altzone
5861
#endif
5962

6063
/* Forward declarations */

0 commit comments

Comments
 (0)