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
a893fde3
Commit
a893fde3
authored
May 15, 2021
by
Deucе
👌🏾
Browse files
try_x_init() doesn't need to be guarded by win32 either.
parent
88480afb
Pipeline
#2200
failed with stage
in 9 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/conio/ciolib.c
src/conio/ciolib.c
+3
-3
No files found.
src/conio/ciolib.c
View file @
a893fde3
...
@@ -200,8 +200,7 @@ static int try_sdl_init(int mode)
...
@@ -200,8 +200,7 @@ static int try_sdl_init(int mode)
}
}
#endif
#endif
#ifndef _WIN32
#ifndef NO_X
#ifndef NO_X
static
int
try_x_init
(
int
mode
)
static
int
try_x_init
(
int
mode
)
{
{
#if defined(WITH_SDL)
#if defined(WITH_SDL)
...
@@ -255,8 +254,9 @@ static int try_x_init(int mode)
...
@@ -255,8 +254,9 @@ static int try_x_init(int mode)
}
}
return
(
0
);
return
(
0
);
}
}
#endif
#endif
#ifndef _WIN32
static
int
try_curses_init
(
int
mode
)
static
int
try_curses_init
(
int
mode
)
{
{
#if defined(WITH_SDL)
#if defined(WITH_SDL)
...
...
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