aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2011-04-07 21:14:52 +0000
committerNils Durner <durner@gnunet.org>2011-04-07 21:14:52 +0000
commite3a9e2740e43c7c4d2432685b8aff243db7c4098 (patch)
tree4d31bae20f2a8d8cef7b17e8a8e11f6f710f524c /src/include
parent9fb946486e985538acdedf3aeed9b5c11023d4f3 (diff)
downloadgnunet-e3a9e2740e43c7c4d2432685b8aff243db7c4098.tar.gz
gnunet-e3a9e2740e43c7c4d2432685b8aff243db7c4098.zip
MinGW
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gauger.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gauger.h b/src/include/gauger.h
index eb2f6d109..b45b2b83f 100644
--- a/src/include/gauger.h
+++ b/src/include/gauger.h
@@ -11,6 +11,8 @@
11#ifndef __GAUGER_H__ 11#ifndef __GAUGER_H__
12#define __GAUGER_H__ 12#define __GAUGER_H__
13 13
14#ifndef WINDOWS
15
14#include <unistd.h> 16#include <unistd.h>
15#include <stdio.h> 17#include <stdio.h>
16#include <sys/wait.h> 18#include <sys/wait.h>
@@ -75,4 +77,11 @@
75 }\ 77 }\
76} 78}
77 79
80#else
81
82#define GAUGER_ID(category, counter, value, unit, id) {}
83#define GAUGER(category, counter, value, unit) {}
84
85#endif // WINDOWS
86
78#endif 87#endif