Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.

diff --git a/server/console.h b/server/console.h
index 69b4c1c..7ac1ea3 100644
--- a/server/console.h
+++ b/server/console.h
@@ -45,7 +45,7 @@
 
 /* console functions */
 
-extern void inherit_console(struct thread *parent_thread, struct process *process, handle_t hconin);
+extern void inherit_console(struct thread *parent_thread, struct process *process, obj_handle_t hconin);
 extern int free_console( struct process *process );
 
 #endif  /* __WINE_SERVER_CONSOLE_H */