We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb0f7b commit 0b9ed55Copy full SHA for 0b9ed55
2 files changed
windows/msvc/sources.props
@@ -23,6 +23,7 @@
23
<ClCompile Include="$(PyBaseDir)extmod\modurandom.c" />
24
<ClCompile Include="$(PyBaseDir)extmod\modure.c" />
25
<ClCompile Include="$(PyBaseDir)extmod\moduzlib.c" />
26
+ <ClCompile Include="$(PyBaseDir)extmod\utime_mphal.c" />
27
</ItemGroup>
28
<ItemGroup>
29
<ClInclude Include="$(PyBaseDir)py\*.h" />
windows/windows_mphal.c
@@ -28,9 +28,9 @@
#include "py/mpstate.h"
#include "py/mphal.h"
30
31
+#include <sys/time.h>
32
#include <windows.h>
33
#include <unistd.h>
-#include <sys/time.h>
34
35
HANDLE std_in = NULL;
36
HANDLE con_out = NULL;
0 commit comments