diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-01-16 21:28:42 +0100 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-02-23 14:28:18 +0100 |
commit | 499a09510db11c71178130af7e55ad7fc4db3c7d (patch) | |
tree | 78131c9dc1604d4097d38fbab19b92e7cc419c62 /cmake | |
parent | 1f5dc898e902fdec5afb2d60f3083320e50e34f8 (diff) |
removed ssize_t, which is not standard C, and we're a C++ project
Co-authored-by: Josh Morman <jmorman@perspectalabs.com>
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/msvc/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/msvc/config.h b/cmake/msvc/config.h index a055f59fe8..ec307a8a1b 100644 --- a/cmake/msvc/config.h +++ b/cmake/msvc/config.h @@ -13,12 +13,6 @@ #endif //////////////////////////////////////////////////////////////////////// -// signed size_t -//////////////////////////////////////////////////////////////////////// -#include <stddef.h> -typedef ptrdiff_t ssize_t; - -//////////////////////////////////////////////////////////////////////// // rint functions //////////////////////////////////////////////////////////////////////// #if _MSC_VER < 1800 |