Commit 2dcc933b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

- Don't override PACKAGE. It breaks.

- Don't undef off_t twice.
parent 90d86821
......@@ -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 "\\"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment