| commit | c627601c3bc2e09a413978819985c51048c20cca | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Wed Jul 26 14:50:55 2006 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jul 26 14:50:55 2006 +0200 |
| tree | bdfb00939e3b07f9e997642d28097e6372e77b90 | |
| parent | 3095a48d6f2010d224affb276c4749afe3014b05 [diff] [blame] |
server: Convert the server start time to the abs_time_t type.
diff --git a/server/object.h b/server/object.h index 46b34e1..1a75e4c 100644 --- a/server/object.h +++ b/server/object.h
@@ -213,6 +213,6 @@ extern const char *server_argv0; /* server start time used for GetTickCount() */ -extern time_t server_start_time; +extern struct timeval server_start_time; #endif /* __WINE_SERVER_OBJECT_H */