mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
win32: make recent Borland compilers use long long
This commit is contained in:
parent
ec9cbb1757
commit
8fd190c04f
@ -487,8 +487,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define if the compiler supports the 'long long' data type. */
|
/* Define if the compiler supports the 'long long' data type. */
|
||||||
#if defined(__MINGW32__) || defined(__WATCOMC__) || \
|
#if defined(__MINGW32__) || defined(__WATCOMC__) || \
|
||||||
(defined(_MSC_VER) && (_MSC_VER >= 1310))
|
(defined(_MSC_VER) && (_MSC_VER >= 1310)) || \
|
||||||
|
(defined(__BORLANDC__) && (__BORLANDC__ >= 0x561))
|
||||||
#define HAVE_LONGLONG 1
|
#define HAVE_LONGLONG 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user