From 757bb57d8ae02e71de18f0ae51981929c01b9297 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 23 Jul 2002 23:20:44 +0000 Subject: [PATCH] ICU-1947 Explicitly define the current default calling convention used X-SVN-Rev: 9297 --- icu4c/source/common/unicode/pwin32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/pwin32.h b/icu4c/source/common/unicode/pwin32.h index 1b39246b0be..8f423b7f7ca 100644 --- a/icu4c/source/common/unicode/pwin32.h +++ b/icu4c/source/common/unicode/pwin32.h @@ -142,7 +142,7 @@ typedef unsigned short uint16_t; /*===========================================================================*/ #define U_EXPORT __declspec(dllexport) -#define U_EXPORT2 +#define U_EXPORT2 __cdecl #define U_IMPORT __declspec(dllimport) /*===========================================================================*/