/home/coin/SVN-release/Vol-1.0.0/CoinUtils/src/CoinTypes.hpp

Go to the documentation of this file.
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

Generated on Thu May 15 21:52:32 2008 by  doxygen 1.4.7