Changeset - f744728ba027
[Not reviewed]
0 2 0
Jan Kaluza - 13 years ago 2012-03-06 11:19:53
hanzz.k@gmail.com
define uint32_t on windows
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
plugin/src/networkplugin.cpp
Show inline comments
 
@@ -22,12 +22,13 @@
 
#include "log4cxx/logger.h"
 
#include "log4cxx/basicconfigurator.h"
 
#include "transport/memoryusage.h"
 

	
 
#ifndef WIN32
 
#include <arpa/inet.h>
 
#define uint32_t u_long
 
#else 
 
#include <winsock2.h>
 
#endif
 

	
 
using namespace log4cxx;
 

	
src/networkpluginserver.cpp
Show inline comments
 
@@ -45,12 +45,13 @@
 

	
 
#include <Swiften/FileTransfer/ReadBytestream.h>
 
#include <Swiften/Elements/StreamInitiationFileInfo.h>
 

	
 
#ifdef _WIN32
 
#include "windows.h"
 
#define uint32_t u_long
 
#else
 
#include "sys/wait.h"
 
#include "sys/signal.h"
 
#include "popt.h"
 
#endif
 

	
0 comments (0 inline, 0 general)