Skip to content
Snippets Groups Projects
Commit c8f24043 authored by Gary Williams's avatar Gary Williams
Browse files

if WIN32, add starttime

parent 1a7acaa9
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@
#include "../slap.h"
#ifdef WIN32
time_t starttime;
#endif
/* bogus ../results.c */
int str2result(
char* s,
......@@ -16,6 +20,7 @@ int str2result(
char **info )
{
assert(0);
return 0;
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment