What steps will reproduce the problem?
1. Checkout svn repository
2. Import project in VS2012
3. Compile
What is the expected output? What do you see instead?
Compiled without errors
What version of the product are you using? On what operating system?
0.3.3, windows8 64 bit
Please provide any additional information below.
ssize_t is not defined. Can be solved by adding
#ifdef OS_WINDOWS
typedef SSIZE_T ssize_t;
#endif
Original issue reported on code.google.com by kikijiki...@gmail.com on 26 Feb 2013 at 7:21
Original issue reported on code.google.com by
kikijiki...@gmail.com
on 26 Feb 2013 at 7:21