00001 // Copyright (C) 2004, International Business Machines 00002 // Corporation and others. All Rights Reserved. 00003 00004 #ifndef _CoinTypes_hpp 00005 #define _CoinTypes_hpp 00006 00007 //############################################################################# 00008 00009 #if defined(_MSC_VER) 00010 typedef __int64 int64_t; 00011 #else 00012 # include <climits> 00013 #endif 00014 00015 //############################################################################# 00016 00017 #endif