wip
[oweals/gnunet.git] / src / include / gauger.h
index eb2f6d10958f8a23e106346ec5b8dea4ca9c9f1d..b45b2b83f1b60b1f9c98a6ecdd761e7ef10316da 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef __GAUGER_H__
 #define __GAUGER_H__
 
+#ifndef WINDOWS
+
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/wait.h>
     }\
 }
 
+#else
+
+#define GAUGER_ID(category, counter, value, unit, id) {}
+#define GAUGER(category, counter, value, unit) {}
+
+#endif // WINDOWS
+
 #endif