Changeset - d8e683f17ea1
[Not reviewed]
0 1 0
Vitaly Takmazov - 14 years ago 2012-03-21 17:08:38
vitalyster@gmail.com
use getpid on windows from process.h
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum/src/main.cpp
Show inline comments
 
@@ -21,13 +21,14 @@
 
#include "sys/signal.h"
 
#include <pwd.h>
 
#include <grp.h>
 
#include <sys/resource.h>
 
#include "libgen.h"
 
#else
 
#include <windows.h>
 
#include <process.h>
 
#define getpid _getpid
 
#endif
 
#include <sys/stat.h>
 

	
 
using namespace Transport;
 

	
 
DEFINE_LOGGER(logger, "Spectrum");
0 comments (0 inline, 0 general)