/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/

#ifndef G__CLIMITS_DLL
#pragma include_noerr <climits.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/climits>
#else
#include <_climits.h>
#endif

