ICU-4620 uconfig.h fixes

X-SVN-Rev: 18187
This commit is contained in:
George Rhoten 2005-07-10 15:44:47 +00:00
parent 9c8f7adcc4
commit 8dcffb23b3
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,8 @@
#include "unicode/utimer.h"
#include "ucbuf.h"
#if !UCONFIG_NO_CONVERSION
U_NAMESPACE_USE
// Use the TESTCASE macro in subclasses of IntlTest. Define the
// runIndexedTest method in this fashion:
@ -157,4 +159,5 @@ public:
};
#endif
#endif

View File

@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#if !UCONFIG_NO_CONVERSION
static const char delim = '/';
static int32_t execCount = 0;
UPerfTest* UPerfTest::gTest = NULL;
@ -466,4 +467,4 @@ UPerfTest::~UPerfTest(){
ucbuf_close(ucharBuf);
}
#endif