Changeset - 3331bccae522
[Not reviewed]
Merge
0 14 11
Vitaly Takmazov - 13 years ago 2012-03-20 23:28:21
vitalyster@gmail.com
Merge branch 'master' of https://github.com/hanzz/libtransport
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -22,12 +22,14 @@
 

	
 
#ifdef WITH_LIBEVENT
 
#include <event.h>
 
#endif
 

	
 
#ifdef WIN32
 
#include "win32/win32dep.h"
 
#define ssize_t SSIZE_T
 
#include <process.h>
 
#define getpid _getpid
 
#endif
 

	
 
using namespace log4cxx;
 

	
0 comments (0 inline, 0 general)