Changeset - 3b4c7b384b0c
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-03-20 22:58:00
hanzz.k@gmail.com
ssize_t on windows...
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -25,6 +25,8 @@
 
#endif
 

	
 
#ifdef WIN32
 
#include "win32/win32dep.h"
 
#define ssize_t SSIZE_T
 
#include <process.h>
 
#define getpid _getpid
 
#endif
0 comments (0 inline, 0 general)