1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

Mingw64 defines _I64_MAX in limits.h

This commit is contained in:
Jean-Baptiste Kempf 2008-05-23 16:03:27 -07:00
parent 2203521d89
commit 42a19ee8d0
3 changed files with 9 additions and 3 deletions

View File

@ -48,7 +48,9 @@
# define AM_NOVTABLE
# define _OBJBASE_H_
# undef _X86_
# define _I64_MAX LONG_LONG_MAX
# ifndef _I64_MAX
# define _I64_MAX LONG_LONG_MAX
# endif
# define LONGLONG long long
#endif

View File

@ -41,7 +41,9 @@ using namespace std;
# define AM_NOVTABLE
# define _OBJBASE_H_
# undef _X86_
# define _I64_MAX LONG_LONG_MAX
# ifndef _I64_MAX
# define _I64_MAX LONG_LONG_MAX
# endif
# define LONGLONG long long
#endif

View File

@ -41,7 +41,9 @@ using namespace std;
# define AM_NOVTABLE
# define _OBJBASE_H_
# undef _X86_
# define _I64_MAX LONG_LONG_MAX
# ifndef _I64_MAX
# define _I64_MAX LONG_LONG_MAX
# endif
# define LONGLONG long long
#endif