ssize_t on windows...

This commit is contained in:
HanzZ 2012-03-20 22:58:00 +01:00
parent 2bf17991b5
commit 3b4c7b384b

View file

@ -25,6 +25,8 @@
#endif
#ifdef WIN32
#include "win32/win32dep.h"
#define ssize_t SSIZE_T
#include <process.h>
#define getpid _getpid
#endif