00001 /* 00002 ****************************************************************************** 00003 * 00004 * Copyright (C) 2009-2013, International Business Machines 00005 * Corporation and others. All Rights Reserved. 00006 * 00007 ****************************************************************************** 00008 */ 00009 00010 00016 #ifndef __ICU_DATA_VER_H__ 00017 #define __ICU_DATA_VER_H__ 00018 00019 #include "unicode/utypes.h" 00020 00024 #define U_ICU_VERSION_BUNDLE "icuver" 00025 00029 #define U_ICU_DATA_KEY "DataVersion" 00030 00039 U_STABLE void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status); 00040 00041 #endif
1.6.1