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