Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
75756ade
Commit
75756ade
authored
Feb 11, 2022
by
Rob Swindell
💬
Browse files
Fix Windows build.
parent
0cc707ae
Pipeline
#2712
failed with stage
in 8 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xpdev/genwrap.h
src/xpdev/genwrap.h
+1
-1
No files found.
src/xpdev/genwrap.h
View file @
75756ade
...
...
@@ -379,7 +379,7 @@ DLLEXPORT char* byte_estimate_to_str(int64_t bytes, char* str, size_t size, ulo
/* Microsoft (e.g. DOS/Win32) real-time system clock API (ticks since process started) */
#define MSCLOCKS_PER_SEC 1000
ms
clock_t
msclock
(
void
);
clock_t
msclock
(
void
);
DLLEXPORT
BOOL
check_pid
(
pid_t
);
DLLEXPORT
BOOL
terminate_pid
(
pid_t
);
...
...
Write
Preview
Markdown
is supported
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