]> granicus.if.org Git - icu/commitdiff
ICU-9336 Fix typo in macro call
authorMichael Ow <mow@svn.icu-project.org>
Fri, 1 Jun 2012 14:44:29 +0000 (14:44 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Fri, 1 Jun 2012 14:44:29 +0000 (14:44 +0000)
X-SVN-Rev: 31896

icu4c/source/tools/pkgdata/pkgdata.cpp

index c54d0cb52648ec7dc3dfed3682a774de3f8f888a..976324940382d13f1859e433cb88c269ecad7bc7 100644 (file)
@@ -1575,7 +1575,7 @@ static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetD
     if (result == 0) {
         /* Generate the library file. */
 #if U_PLATFORM == U_PF_OS390
-        if (o->pdsbuild && IN_MODE_DLL(mode)) {
+        if (o->pdsbuild && IN_DLL_MODE(mode)) {
             result = pkg_generateLibraryFile("",mode, buffer, cmd);
         } else {
             result = pkg_generateLibraryFile(targetDir,mode, buffer, cmd);