Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
e4525def
Commit
e4525def
authored
3 years ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
try_x_init() doesn't need to be guarded by win32 either.
parent
88aa0c34
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/conio/ciolib.c
+3
-3
3 additions, 3 deletions
src/conio/ciolib.c
with
3 additions
and
3 deletions
src/conio/ciolib.c
+
3
−
3
View file @
e4525def
...
...
@@ -200,8 +200,7 @@ static int try_sdl_init(int mode)
}
#endif
#ifndef _WIN32
#ifndef NO_X
#ifndef NO_X
static
int
try_x_init
(
int
mode
)
{
#if defined(WITH_SDL)
...
...
@@ -255,8 +254,9 @@ static int try_x_init(int mode)
}
return
(
0
);
}
#endif
#endif
#ifndef _WIN32
static
int
try_curses_init
(
int
mode
)
{
#if defined(WITH_SDL)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment