Mercurial > audlegacy
changeset 112:bf1957fb8588 trunk
[svn] linux fix care of atheme IRC services :P
author | nenolod |
---|---|
date | Thu, 03 Nov 2005 16:08:51 -0800 |
parents | 9d6a24d21322 |
children | c8bc83fbcd6b |
files | Plugins/Input/console/boost/cstdint.hpp |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/console/boost/cstdint.hpp Thu Nov 03 14:17:02 2005 -0800 +++ b/Plugins/Input/console/boost/cstdint.hpp Thu Nov 03 16:08:51 2005 -0800 @@ -4,6 +4,8 @@ #ifndef BOOST_CSTDINT_HPP #define BOOST_CSTDINT_HPP +#ifndef int32_t + #if BLARGG_USE_NAMESPACE #include <climits> #else @@ -40,3 +42,5 @@ #endif +#endif +