Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
15f6ae0b
Commit
15f6ae0b
authored
Aug 20, 2009
by
Pierre
Browse files
vlc_fixups: Continue to poke around to fix win32 build.
parent
7df9ddcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_fixups.h
View file @
15f6ae0b
...
...
@@ -163,7 +163,7 @@ static inline void freelocale(locale_t loc)
{
(
void
)
loc
;
}
static
inline
locale_t
newlocale
(
int
mask
,
const
char
*
locale
,
locale_t
base
)
;
static
inline
locale_t
newlocale
(
int
mask
,
const
char
*
locale
,
locale_t
base
)
{
(
void
)
mask
;
(
void
)
locale
;
(
void
)
base
;
return
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment