From eaafa58c2bb80c3f9eed121dcbe992c05381dbba Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Mon, 3 Feb 2014 21:24:42 +0100 Subject: Code cleanup: removed unnecessary #defines causing re-definition warnings Fixing warnings in own recent commit --- source/blender/blenlib/BLI_sys_types.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source/blender/blenlib/BLI_sys_types.h') diff --git a/source/blender/blenlib/BLI_sys_types.h b/source/blender/blenlib/BLI_sys_types.h index 6b02653533d..b7a70a8cb38 100644 --- a/source/blender/blenlib/BLI_sys_types.h +++ b/source/blender/blenlib/BLI_sys_types.h @@ -147,17 +147,6 @@ typedef unsigned __int64 uint64_t; # endif // _WIN64 ] #endif // SIZE_MAX ] -// WCHAR_MIN and WCHAR_MAX are also defined in -#ifndef WCHAR_MIN // [ -# define WCHAR_MIN 0 -#endif // WCHAR_MIN ] -#ifndef WCHAR_MAX // [ -# define WCHAR_MAX _UI16_MAX -#endif // WCHAR_MAX ] - -#define WINT_MIN 0 -#define WINT_MAX _UI16_MAX - #endif // __STDC_LIMIT_MACROS ] #ifndef _INTPTR_T_DEFINED -- cgit v1.2.3