Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
442
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
698c348e
Commit
698c348e
authored
18 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
Don't build Win32 code on Linux !
parent
4e3e7fce
No related branches found
Tags
0.2.83
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/skins2/src/skin_common.hpp
+2
-0
2 additions, 0 deletions
modules/gui/skins2/src/skin_common.hpp
with
2 additions
and
0 deletions
modules/gui/skins2/src/skin_common.hpp
+
2
−
0
View file @
698c348e
...
...
@@ -76,6 +76,7 @@ static inline string sFromLocale( const string &rLocale )
return
res
;
}
#ifdef WIN32
/// Wrapper around FromWide, to avoid the need to call free()
static
inline
string
sFromWide
(
const
wstring
&
rWide
)
{
...
...
@@ -84,6 +85,7 @@ static inline string sFromWide( const wstring &rWide )
free
(
s
);
return
res
;
}
#endif
/// Wrapper around ToLocale, to avoid the need to call LocaleFree()
static
inline
string
sToLocale
(
const
string
&
rUTF8
)
...
...
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