Trying to get things ship-shape.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3627 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-01-03 20:10:29 +00:00
parent 6ffdae6274
commit f63242cad1
4 changed files with 45 additions and 39 deletions

8
deps/win32/unistd.h vendored
View File

@ -1,8 +0,0 @@
#ifndef INCLUDED_unistd
#define INCLUDED_unistd
#if defined (WIN32)
typedef int32_t ssize_t;
#endif
#endif