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
 
@@ -25,6 +25,7 @@
 

	
 
#ifndef WIN32
 
#include <arpa/inet.h>
 
#define uint32_t u_long
 
#else 
 
#include <winsock2.h>
 
#endif
src/networkpluginserver.cpp
Show inline comments
 
@@ -48,6 +48,7 @@
 

	
 
#ifdef _WIN32
 
#include "windows.h"
 
#define uint32_t u_long
 
#else
 
#include "sys/wait.h"
 
#include "sys/signal.h"
0 comments (0 inline, 0 general)