From 6d3225ad95d7b4bf7b1eef447cee1a795918340b Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 27 Oct 1999 01:28:47 +0000 Subject: [PATCH] AS/400 update X-Trac-URL: https://ssl.icu-project.org/trac/ticket/7 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@129 0a8b766c-62c9-45f9-954d-7f2943c9ead0 --- source/common/ucnv.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/common/ucnv.h b/source/common/ucnv.h index 31b34306622..aaa513ec4b0 100644 --- a/source/common/ucnv.h +++ b/source/common/ucnv.h @@ -26,6 +26,8 @@ #include "ucnv_bld.h" #include "ucnv_err.h" +U_CDECL_BEGIN + typedef void (*UConverterToUCallback) (UConverter *, UChar **, const UChar *, @@ -44,6 +46,8 @@ typedef void (*UConverterFromUCallback) (UConverter *, bool_t, UErrorCode *); +U_CDECL_END + /** * Creates a UConverter object with the names specified as a C string.