win port for c and cpp perf tests

This commit is contained in:
unknown
2009-09-08 11:30:49 +02:00
parent b71c3005e6
commit ec6822a477
25 changed files with 1702 additions and 75 deletions

View File

@@ -20,7 +20,6 @@
#include <zmq.hpp>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <assert.h>
#include <stddef.h>
@@ -47,7 +46,7 @@ int main (int argc, char *argv [])
s.send (msg);
}
sleep (1);
zmq_sleep (1);
return 0;
}