ICU-1766 Properly use #ifdef U_INT64_T_UNAVAILABLE

X-SVN-Rev: 9079
This commit is contained in:
George Rhoten 2002-07-10 16:30:06 +00:00
parent 21b2d38d5b
commit 5950faa36e

View File

@ -8,6 +8,7 @@
#ifndef RBNF_H
#define RBNF_H
#include "unicode/utypes.h"
#ifdef U_INT64_T_UNAVAILABLE
#define U_HAVE_RBNF 0
#else
@ -19,7 +20,6 @@
#include "unicode/locid.h"
#include "unicode/numfmt.h"
#include "unicode/unistr.h"
#include "unicode/utypes.h"
U_NAMESPACE_BEGIN