Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
0b9ed550
Commit
0b9ed550
authored
Nov 01, 2016
by
stijn
Browse files
windows: Fix utime_mphal compilation for msvc
parent
7bb0f7b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
windows/msvc/sources.props
View file @
0b9ed550
...
...
@@ -23,6 +23,7 @@
<ClCompile
Include=
"$(PyBaseDir)extmod\modurandom.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\modure.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\moduzlib.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\utime_mphal.c"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"$(PyBaseDir)py\*.h"
/>
...
...
windows/windows_mphal.c
View file @
0b9ed550
...
...
@@ -28,9 +28,9 @@
#include
"py/mpstate.h"
#include
"py/mphal.h"
#include
<sys/time.h>
#include
<windows.h>
#include
<unistd.h>
#include
<sys/time.h>
HANDLE
std_in
=
NULL
;
HANDLE
con_out
=
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment