commit | 2fe57779fb6adb7508be26f52ff0a9c226e43178 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@codeweavers.com> | Tue Jan 25 01:40:27 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 25 01:40:27 2000 +0000 |
tree | 0d7982fd5215e8a839218f7dcb7b00fa23a511e8 | |
parent | 647876e5986afdb2d6e03c5d9f12de5a3f1215c5 [diff] [blame] |
Made the server listen for new clients on a Unix socket in $HOME/.wine. Newly started wine processes now attach to an existing server if one is running.
diff --git a/misc/registry.c b/misc/registry.c index e6c9b17..fbd806c 100644 --- a/misc/registry.c +++ b/misc/registry.c
@@ -1486,6 +1486,8 @@ TRACE("(void)\n"); + if (!CLIENT_IsBootThread()) return; /* already loaded */ + REGISTRY_Init(); SetLoadLevel(0);