commit | baffcb95d3848dd3a834da4e4ff0c092b0f6098b | [log] [tgz] |
---|---|---|
author | Vitaliy Margolen <wine-patch@kievinfo.com> | Tue Nov 22 14:55:42 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 22 14:55:42 2005 +0000 |
tree | 84901cbe53f6a352c24ebe3da9664fe719764e93 | |
parent | 80f3e66de2b1549200c1df7899c888e0b32f9c70 [diff] [blame] |
Add name_lookup function in object_ops.
diff --git a/server/file.c b/server/file.c index a5e4d76..625caf1 100644 --- a/server/file.c +++ b/server/file.c
@@ -77,6 +77,7 @@ no_satisfied, /* satisfied */ no_signal, /* signal */ file_get_fd, /* get_fd */ + no_lookup_name, /* lookup_name */ no_close_handle, /* close_handle */ file_destroy /* destroy */ };