ICU-2850 Fix a bug for MSVC 7
X-SVN-Rev: 11939
This commit is contained in:
parent
1426b35ed7
commit
4b86376bdd
@ -421,6 +421,10 @@ void IntlTest::setICU_DATA() {
|
||||
u_setDataDirectory(p); /* p is "ICU_DATA=wherever\icu\source\data" */
|
||||
return;
|
||||
}
|
||||
else {
|
||||
/* __FILE__ on MSVC7 does not contain the directory */
|
||||
directory = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user