Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 497 of file client.c.
Referenced by write_client().
{ unsigned int proc_offset = 0; int expr_eval_routines; if (need_inline_stubs_file( stmts )) { write_exceptions( client ); print_client( "\n"); } write_formatstringsdecl(client, indent, stmts, need_stub); expr_eval_routines = write_expr_eval_routines(client, client_token); if (expr_eval_routines) write_expr_eval_routine_list(client, client_token); write_generic_handle_routine_list(); write_user_quad_list(client); write_client_ifaces(stmts, expr_eval_routines, &proc_offset); fprintf(client, "\n"); write_procformatstring(client, stmts, need_stub); write_typeformatstring(client, stmts, need_stub); }