2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
* include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid namespace pollution. * include/rpcndr.h: Likewise. * include/winnt.h: Likewise.
This commit is contained in:
@ -32,7 +32,7 @@ extern "C" {
|
||||
#define __MIDL_DECLSPEC_DLLIMPORT
|
||||
#define __MIDL_DECLSPEC_DLLEXPORT
|
||||
#endif
|
||||
#if defined(HAVE_INT64) || (defined(_INTEGRAL_MAX_BITS) && _INTEGRAL_MAX_BITS >= 64)
|
||||
#if defined(_HAVE_INT64) || (defined(_INTEGRAL_MAX_BITS) && _INTEGRAL_MAX_BITS >= 64)
|
||||
#define hyper __int64
|
||||
#define MIDL_uhyper unsigned __int64
|
||||
#else
|
||||
|
Reference in New Issue
Block a user