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
0b1d6a5e
Commit
0b1d6a5e
authored
Sep 02, 2006
by
Rémi Denis-Courmont
Browse files
Remove evil kludge.
Better fix broken code that would rely on this.
parent
fe8f7fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_common.h
View file @
0b1d6a5e
...
...
@@ -1235,10 +1235,10 @@ VLC_EXPORT( char *, vlc_dgettext, ( const char *package, const char *msgid ) );
# else
# define _(String) dgettext(PACKAGE_NAME, String)
# endif
# define N_(String)
((char*)
(String)
)
# define N_(String) (String)
#else
# define _(String)
((char*)
(String)
)
# define N_(String)
((char*)
(String)
)
# define _(String) (String)
# define N_(String) (String)
#endif
/*****************************************************************************
...
...
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