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

Do not undef _FILE_OFFSET_BITS (fixes: #3031)

This partially reverts f1175e71.
(cherry picked from commit d02001eb)
parent f36fc38c
......@@ -32,12 +32,6 @@
#include <vlc_plugin.h>
#include "libvlc.h"
/* Some faulty libcs have a broken struct dirent when _FILE_OFFSET_BITS
* is set to 64. Don't try to be cleverer. */
#ifdef _FILE_OFFSET_BITS
#undef _FILE_OFFSET_BITS
#endif
#include <stdlib.h> /* free(), strtol() */
#include <stdio.h> /* sprintf() */
#include <string.h> /* strdup() */
......
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