commit | cf27a7fa3b48a78a27b4c6b48c3823a5e655acab | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Feb 14 20:27:09 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 14 20:27:09 2003 +0000 |
tree | c88e25c6f7a3e171ad22f83647b1b0b9ecce8b6a | |
parent | 00ccf38987a1b1bb908ad4e096176fc74bb7fd81 [diff] [blame] |
Changed fd operations to take a struct fd instead of a struct object. Removed get_file_info function from object operations. Added get_device_id request to avoid abusing get_file_info.
diff --git a/server/context_sparc.c b/server/context_sparc.c index 15ef4cf..bc1b3af 100644 --- a/server/context_sparc.c +++ b/server/context_sparc.c
@@ -35,6 +35,7 @@ #include "winbase.h" +#include "file.h" #include "thread.h" #include "request.h"