ICU 49.1.1
49.1.1
|
00001 /* 00002 ****************************************************************************** 00003 * 00004 * Copyright (C) 2009-2012, International Business Machines 00005 * Corporation and others. All Rights Reserved. 00006 * 00007 ****************************************************************************** 00008 */ 00009 00010 #ifndef __ICU_DATA_VER_H__ 00011 #define __ICU_DATA_VER_H__ 00012 00013 #include "unicode/utypes.h" 00014 00015 #ifndef U_HIDE_DRAFT_API 00016 00019 #define U_ICU_VERSION_BUNDLE "icuver" 00020 00024 #define U_ICU_DATA_KEY "DataVersion" 00025 00034 U_DRAFT void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status); 00035 #endif /* U_HIDE_DRAFT_API */ 00036 00037 #endif