]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/tzcode/tz2icu.h
ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / tools / tzcode / tz2icu.h
index d3cfa6418760fa7c25b02bd2d050a84936b03cfc..a488ea6db26b42108347b7f2b14a14df9fb09e86 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2003-2004, International Business Machines
+* Copyright (c) 2003-2010, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -38,6 +38,7 @@ typedef unsigned char ICUZoneinfoVersion;
  * resource name within the file.  That is, the output will be to the
  * file ICU_TZ_RESOURCE ".txt" and the resource within it will be
  * ICU_TZ_RESOURCE. */
-#define ICU_TZ_RESOURCE "zoneinfo"
+#define ICU_TZ_RESOURCE_OLD "zoneinfo"
+#define ICU_TZ_RESOURCE "zoneinfo64"
 
 #endif