ICU-4092 Real fix for MSVC 6
X-SVN-Rev: 16989
This commit is contained in:
parent
2596872615
commit
4f61fbcda0
@ -65,7 +65,7 @@ void UVectorTest::runIndexedTest( int32_t index, UBool exec, const char* &name,
|
||||
|
||||
U_CDECL_BEGIN
|
||||
static int8_t U_CALLCONV
|
||||
UVectorTest_compareInt32(const UHashTok key1, const UHashTok key2) {
|
||||
UVectorTest_compareInt32(UHashTok key1, UHashTok key2) {
|
||||
if (key1.integer > key2.integer) {
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user