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:
@ -13,7 +13,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_INT64
|
||||
#ifdef _HAVE_INT64
|
||||
#define _toi (__int64)
|
||||
#define _toui (unsigned __int64)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user