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
e95e145f
Commit
e95e145f
authored
Feb 11, 2022
by
Rob Swindell
💬
Browse files
Restore the msclock_t typedef. Things were using it.
parent
1a434565
Pipeline
#2714
failed with stage
in 14 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xpdev/genwrap.h
src/xpdev/genwrap.h
+2
-1
No files found.
src/xpdev/genwrap.h
View file @
e95e145f
...
...
@@ -378,8 +378,9 @@ DLLEXPORT char* byte_count_to_str(int64_t bytes, char* str, size_t size);
DLLEXPORT
char
*
byte_estimate_to_str
(
int64_t
bytes
,
char
*
str
,
size_t
size
,
ulong
unit
,
int
precision
);
/* Microsoft (e.g. DOS/Win32) real-time system clock API (ticks since process started) */
typedef
clock_t
msclock_t
;
#define MSCLOCKS_PER_SEC 1000
clock_t
msclock
(
void
);
ms
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