Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
db686003
Commit
db686003
authored
Sep 05, 2007
by
Rafaël Carré
Browse files
Fix [21766]
parent
cda33f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/skins2/src/theme_loader.cpp
View file @
db686003
...
...
@@ -52,7 +52,7 @@
#if defined( HAVE_ZLIB_H )
# include <zlib.h>
# include <errno.h>
int
gzopen_frontend
(
char
*
pathname
,
int
oflags
,
int
mode
);
int
gzopen_frontend
(
const
char
*
pathname
,
int
oflags
,
int
mode
);
int
gzclose_frontend
(
int
);
int
gzread_frontend
(
int
,
void
*
,
size_t
);
int
gzwrite_frontend
(
int
,
const
void
*
,
size_t
);
...
...
Write
Preview
Supports
Markdown
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