mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 19:14:46 +08:00
Removing unnecessary typedefs for uint16_t in MSVC build
This commit is contained in:
@@ -12,12 +12,8 @@
|
||||
#include <stdint.h>
|
||||
#elif defined(_MSC_VER)
|
||||
#define inline __inline
|
||||
#if (_MSC_VER < 1300)
|
||||
typedef unsigned short uint16_t;
|
||||
#else
|
||||
typedef unsigned __int16 uint16_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Add 16 unsigned 16-bit integers using SSE2, MMX or Altivec, if
|
||||
|
||||
Reference in New Issue
Block a user