Files
damus/nostrdb/src/win.h
T
2025-08-11 16:40:00 -07:00

10 lines
170 B
C

#ifndef NOSTRDB_WIN_H
#define NOSTRDB_WIN_H
#ifdef _WIN32
typedef ptrdiff_t ssize_t; // ssize_t is typically a signed version of size_t
#endif
#endif // NOSTRDB_WIN_H