]> granicus.if.org Git - icu/commitdiff
ICU-9144 Fix ifdef statement in icudataver.h
authorMichael Ow <mow@svn.icu-project.org>
Wed, 29 Feb 2012 19:20:21 +0000 (19:20 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Wed, 29 Feb 2012 19:20:21 +0000 (19:20 +0000)
X-SVN-Rev: 31545

icu4c/source/common/unicode/icudataver.h

index b81176299c4fdd326735018819f2503c406e2347..65d083173607d4e71c2ae3b7ea1237d1be9eea7e 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *
-*   Copyright (C) 2009-2011, International Business Machines
+*   Copyright (C) 2009-2012, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************
@@ -12,7 +12,7 @@
 
 #include "unicode/utypes.h"
 
-#ifndef U_HIDE_INTERNAL_API
+#ifndef U_HIDE_DRAFT_API
 /**
  * @draft ICU 49
  */
@@ -31,7 +31,7 @@
  * 
  * @draft ICU 49
  */
-U_INTERNAL void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
-#endif  /* U_HIDE_INTERNAL_API */
+U_DRAFT void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
+#endif  /* U_HIDE_DRAFT_API */
 
 #endif