ICU-4827 Warning fixes for managed C++.

X-SVN-Rev: 18688
This commit is contained in:
George Rhoten 2005-10-17 21:25:04 +00:00
parent c6fdeb40d0
commit 6827d1ddc6

View File

@ -271,7 +271,7 @@ typedef unsigned int uint32_t;
# endif
#endif
#if defined(_MSC_VER) && defined(_M_IX86)
#if defined(_MSC_VER) && defined(_M_IX86) && !defined(_MANAGED)
#define U_ALIGN_CODE(val) __asm align val
#else
#define U_ALIGN_CODE(val)