VS2010 also defined RSIZE_MAX, so we undef it first.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
/** @file\r
Common library assistance routines.\r
\r
/** @file\r
Common library assistance routines.\r
\r
-Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
This program and the accompanying materials\r
are licensed and made available under the terms and conditions of the BSD License\r
which accompanies this distribution. The full text of the license may be found at\r
This program and the accompanying materials\r
are licensed and made available under the terms and conditions of the BSD License\r
which accompanies this distribution. The full text of the license may be found at\r
#define MAX_UINT8 ((UINT8)0xFF)\r
#define ARRAY_SIZE(Array) (sizeof (Array) / sizeof ((Array)[0]))\r
#define ASCII_RSIZE_MAX 1000000\r
#define MAX_UINT8 ((UINT8)0xFF)\r
#define ARRAY_SIZE(Array) (sizeof (Array) / sizeof ((Array)[0]))\r
#define ASCII_RSIZE_MAX 1000000\r
#define RSIZE_MAX 1000000\r
#define RSIZE_MAX 1000000\r
\r
#define IS_COMMA(a) ((a) == L',')\r
#define IS_HYPHEN(a) ((a) == L'-')\r
\r
#define IS_COMMA(a) ((a) == L',')\r
#define IS_HYPHEN(a) ((a) == L'-')\r