ICU-1947 Explicitly define the current default calling convention used

X-SVN-Rev: 9297
This commit is contained in:
George Rhoten 2002-07-23 23:20:44 +00:00
parent aa41d27d93
commit 757bb57d8a

View File

@ -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)
/*===========================================================================*/