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
Compare Revisions
84a2bb321ffa35c33a731f8cb405785af556821f...e0ec41406477eba9a8f6d70cd72c29c4efa5cad3
Commits (1)
Use xp_timer64() instead of xp_timer()
· e0ec4140
Deucе
authored
Feb 12, 2022
e0ec4140
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/conio/mouse.c
src/conio/mouse.c
+1
-1
No files found.
src/conio/mouse.c
View file @
e0ec4140
...
...
@@ -42,7 +42,7 @@
#include "ciolib.h"
#define MSEC_CLOCK()
llroundl(xp_timer()*1000
)
#define MSEC_CLOCK()
xp_timer64(
)
enum
{
MOUSE_NOSTATE
...
...