view Plugins/Input/console/boost/cstdint.hpp @ 113:c8bc83fbcd6b trunk

[svn] Fix linux good!
author nenolod
date Thu, 03 Nov 2005 17:24:38 -0800
parents bf1957fb8588
children 0edf51fbd293
line wrap: on
line source


// Boost substitute. For full boost library see http://boost.org

#ifndef BOOST_CSTDINT_HPP
#define BOOST_CSTDINT_HPP

#if BLARGG_USE_NAMESPACE
#	include <climits>
#else
#	include <limits.h>
#endif

BLARGG_BEGIN_NAMESPACE (boost)

#include "sys/types.h"

BLARGG_END_NAMESPACE

#endif