Skip to content

Commit 4ab38d7

Browse files
committed
mingw-w64: Add {time,../PC/msvcrt}module.c as builtins
1 parent 04afce1 commit 4ab38d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/Setup.config.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
# build-in modules for windows platform:
1919
@USE_WIN32_MODULE@winreg ../PC/winreg.c
20+
@USE_WIN32_MODULE@time timemodule.c
21+
@USE_WIN32_MODULE@msvcrt ../PC/msvcrtmodule.c
2022

2123
# The rest of the modules previously listed in this file are built
2224
# by the setup.py script in Python 2.1 and later.

0 commit comments

Comments
 (0)