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:
Mumit Khan
2000-02-29 03:16:14 +00:00
parent 1756811b99
commit adbc0b0aa7
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
extern "C" {
#endif
#ifdef HAVE_INT64
#ifdef _HAVE_INT64
#define _toi (__int64)
#define _toui (unsigned __int64)
#else