Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
2dcc933b
Commit
2dcc933b
authored
Jan 24, 2008
by
Rémi Denis-Courmont
Browse files
- Don't override PACKAGE. It breaks.
- Don't undef off_t twice.
parent
90d86821
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_common.h
View file @
2dcc933b
...
...
@@ -41,7 +41,6 @@
# undef HAVE_VARIADIC_MACROS
# undef HAVE_STDINT_H
# undef HAVE_INTTYPES_H
# undef off_t
#elif defined( _MSC_VER )
# pragma warning( disable : 4244 )
#endif
...
...
@@ -1244,11 +1243,6 @@ VLC_EXPORT( const char *, VLC_Changeset, ( void ) );
extern
vlc_threadvar_t
msg_context_global_key
;
#if defined( __BORLANDC__ )
# undef PACKAGE
# define PACKAGE
#endif
#if defined( WIN32 ) || defined( UNDER_CE )
# define DIR_SEP_CHAR '\\'
# define DIR_SEP "\\"
...
...
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