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

Don't mess up with config.h!

parent 7fd77d96
......@@ -37,10 +37,7 @@
/*****************************************************************************
* Required vlc headers
*****************************************************************************/
#if defined( __BORLANDC__ )
# undef HAVE_STDINT_H
# undef HAVE_INTTYPES_H
#elif defined( _MSC_VER )
#if defined( _MSC_VER )
# pragma warning( disable : 4244 )
#endif
......
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