mirror of
https://github.com/curl/curl.git
synced 2026-07-29 20:08:12 +03:00
Get rid of ENABLE_64BIT symbol definition and usage.
Improve HAVE_LONGLONG symbol description.
This commit is contained in:
parent
44142f8234
commit
ceb49d3742
9 changed files with 43 additions and 36 deletions
11
lib/setup.h
11
lib/setup.h
|
|
@ -213,17 +213,6 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef HAVE_LONGLONG
|
||||
#define LONG_LONG long long
|
||||
#define ENABLE_64BIT
|
||||
#else
|
||||
#ifdef _MSC_VER
|
||||
#define LONG_LONG __int64
|
||||
#define ENABLE_64BIT
|
||||
#endif /* _MSC_VER */
|
||||
#endif /* HAVE_LONGLONG */
|
||||
|
||||
#ifdef HAVE_EXTRA_STRICMP_H
|
||||
# include <extra/stricmp.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue