Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
232a7ae7
Commit
232a7ae7
authored
6 years ago
by
SteelT
Browse files
Options
Downloads
Patches
Plain Diff
Change order of the ifdef
parent
def090c9
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!285
Makefile: Split zlib and libpng
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sdl/mixer_sound.c
+3
-3
3 additions, 3 deletions
src/sdl/mixer_sound.c
with
3 additions
and
3 deletions
src/sdl/mixer_sound.c
+
3
−
3
View file @
232a7ae7
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
#define GME_TREBLE 5.0
#define GME_TREBLE 5.0
#define GME_BASS 1.0
#define GME_BASS 1.0
#ifdef HAVE_ZLIB
#ifndef _MSC_VER
#ifndef _MSC_VER
#ifndef _LARGEFILE64_SOURCE
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
...
@@ -53,10 +54,9 @@
...
@@ -53,10 +54,9 @@
#define _FILE_OFFSET_BITS 0
#define _FILE_OFFSET_BITS 0
#endif
#endif
#ifdef HAVE_ZLIB
#include
"zlib.h"
#include
"zlib.h"
#endif
#endif
// HAVE_ZLIB
#endif
#endif
// HAVE_LIBGME
UINT8
sound_started
=
false
;
UINT8
sound_started
=
false
;
...
...
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