Commit 7707f6b03a12430f811a45b352efca57190e69c9

Azat Khuzhin 2016-01-07T17:51:40

cmake: Fix detection of ssize_t/SSIZE_T Since ssize_it is POSIX, windows/VS also have this but with BaseTsd.h, plus the logic prefers "ssize_t" (lower) instead of "SSIZE_T" (upper) when the latest only available -- fix this too. Refs: #311