View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

ssize_t.h
Go to the documentation of this file.
1#ifndef UTIL_SSIZE_T_H
2#define UTIL_SSIZE_T_H
3
4#if defined(_MSC_VER)
5#include <BaseTsd.h>
6typedef SSIZE_T ssize_t;
7#endif
8
9#endif