mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-18 12:30:14 +08:00
Merge pull request #444 from jmargeta/MSVC_uint16_fix
BUG: Fixing MSVC build by adding appropriate typedefs for uint16_t.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <stdint.h>
|
||||
#elif defined(_MSC_VER)
|
||||
#define inline __inline
|
||||
typedef unsigned __int16 uint16_t;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user