Changeset - e910508a9cc9
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-03-20 22:45:41
hanzz.k@gmail.com
define getpid on windows
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/logging.cpp
Show inline comments
 
@@ -43,6 +43,8 @@
 
#include "libgen.h"
 
#else
 
#include <windows.h>
 
#include <process.h>
 
#define getpid _getpid
 
#endif
 

	
 
using namespace boost::filesystem;
0 comments (0 inline, 0 general)