Commit 6b7c908f authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/playlist/dvb.c: win32 build fix.

parent 2f6ff2ac
......@@ -32,6 +32,11 @@
#include "playlist.h"
#ifndef LONG_MAX
# define LONG_MAX 2147483647L
# define LONG_MIN (-LONG_MAX-1)
#endif
/*****************************************************************************
* Local prototypes
*****************************************************************************/
......
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