diff --git a/src/xpdev/xpprintf.h b/src/xpdev/xpprintf.h index 940c68ec4136b3220aba817e606914e1390e382b..107c7990ed6941f7de7b38b54b5195fa74cc9ed8 100644 --- a/src/xpdev/xpprintf.h +++ b/src/xpdev/xpprintf.h @@ -36,7 +36,7 @@ #define XP_PRINTF_TYPE_USHORT XP_PRINTF_TYPE_UINT #define XP_PRINTF_TYPE_LONG 4 #define XP_PRINTF_TYPE_ULONG 5 -#if !defined(_MSC_VER) && !defined(__BORLANDC__) +#if !defined(__BORLANDC__) #define XP_PRINTF_TYPE_LONGLONG 6 #define XP_PRINTF_TYPE_ULONGLONG 7 #endif