Revision 09af5cbf host/include/uhd/config.hpp

b/host/include/uhd/config.hpp
38 38
# pragma warning(disable: 4250) // 'class' : inherits 'method' via dominance
39 39
#endif
40 40

  
41
//define logical operators
41
// define logical operators
42 42
#ifdef BOOST_MSVC
43 43
    #include <ciso646>
44 44
#endif
45 45

  
46
// define ssize_t
47
#ifdef BOOST_MSVC
48
    #include <cstddef>
49
    typedef ptrdiff_t ssize_t;
50
#endif
51

  
46 52
// http://gcc.gnu.org/wiki/Visibility
47 53
// Generic helper definitions for shared library support
48 54
#if defined(BOOST_HAS_DECLSPEC)

Also available in: Unified diff