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
b5684cfc
Commit
b5684cfc
authored
May 12, 2004
by
deuce
Browse files
Fix putch() warning.
parent
ef0f8ffb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/uifc/uifc32.c
src/uifc/uifc32.c
+6
-1
No files found.
src/uifc/uifc32.c
View file @
b5684cfc
...
...
@@ -43,7 +43,12 @@
#endif
#include "ciowrap.h"
#define mswait(x) delay(x)
#define putch(x) _putch(x,TRUE)
#if defined(putch) && defined(NO_ECHOCHAR)
#undef putch
#endif
#if !defined(putch)
#define putch(x) _putch(x,TRUE)
#endif
#define clreol() clrtoeol()
#elif defined(_WIN32)
#include <share.h>
...
...
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