X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..277af7082f210d5fa7e37ce63392ac8568371616:/icuSources/common/udatamem.c diff --git a/icuSources/common/udatamem.c b/icuSources/common/udatamem.c index 2c9741e5..ec6175d9 100644 --- a/icuSources/common/udatamem.c +++ b/icuSources/common/udatamem.c @@ -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