Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2014-02-04 00:24:42 +0400
committerAndrea Weikert <elubie@gmx.net>2014-02-04 00:27:11 +0400
commiteaafa58c2bb80c3f9eed121dcbe992c05381dbba (patch)
tree18bb15f679a3e6d32a59e61d71bedb1a74276074 /source/blender/blenlib/BLI_sys_types.h
parent76543574bc2902dc846582efbb5eab4ad68094e1 (diff)
Code cleanup: removed unnecessary #defines causing re-definition warnings
Fixing warnings in own recent commit
Diffstat (limited to 'source/blender/blenlib/BLI_sys_types.h')
-rw-r--r--source/blender/blenlib/BLI_sys_types.h11
1 files changed, 0 insertions, 11 deletions
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 <wchar.h>
-#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