]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/udatamem.c
ICU-57165.0.1.tar.gz
[apple/icu.git] / icuSources / common / udatamem.c
index 2c9741e527b71c047e8497a19d2ec803c56c904c..ec6175d985791739a75f7db71f01983e4fecc067 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *
-*   Copyright (C) 1999-2010, International Business Machines
+*   Copyright (C) 1999-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************/
@@ -60,7 +60,7 @@ UDataMemory_normalizeDataPointer(const void *p) {
     if(pdh==NULL || (pdh->dataHeader.magic1==0xda && pdh->dataHeader.magic2==0x27)) {
         return pdh;
     } else {
-#ifdef OS400
+#if U_PLATFORM == U_PF_OS400
         /*
         TODO: Fix this once the compiler implements this feature. Keep in sync with genccode.c