|
|
@ -260,7 +260,6 @@ gpr_log_message_type gpr_log_message_import; |
|
|
|
gpr_set_log_verbosity_type gpr_set_log_verbosity_import; |
|
|
|
gpr_set_log_verbosity_type gpr_set_log_verbosity_import; |
|
|
|
gpr_log_verbosity_init_type gpr_log_verbosity_init_import; |
|
|
|
gpr_log_verbosity_init_type gpr_log_verbosity_init_import; |
|
|
|
gpr_set_log_function_type gpr_set_log_function_import; |
|
|
|
gpr_set_log_function_type gpr_set_log_function_import; |
|
|
|
gpr_assertion_failed_type gpr_assertion_failed_import; |
|
|
|
|
|
|
|
gpr_format_message_type gpr_format_message_import; |
|
|
|
gpr_format_message_type gpr_format_message_import; |
|
|
|
gpr_strdup_type gpr_strdup_import; |
|
|
|
gpr_strdup_type gpr_strdup_import; |
|
|
|
gpr_asprintf_type gpr_asprintf_import; |
|
|
|
gpr_asprintf_type gpr_asprintf_import; |
|
|
@ -550,7 +549,6 @@ void grpc_rb_load_imports(HMODULE library) { |
|
|
|
gpr_set_log_verbosity_import = (gpr_set_log_verbosity_type) GetProcAddress(library, "gpr_set_log_verbosity"); |
|
|
|
gpr_set_log_verbosity_import = (gpr_set_log_verbosity_type) GetProcAddress(library, "gpr_set_log_verbosity"); |
|
|
|
gpr_log_verbosity_init_import = (gpr_log_verbosity_init_type) GetProcAddress(library, "gpr_log_verbosity_init"); |
|
|
|
gpr_log_verbosity_init_import = (gpr_log_verbosity_init_type) GetProcAddress(library, "gpr_log_verbosity_init"); |
|
|
|
gpr_set_log_function_import = (gpr_set_log_function_type) GetProcAddress(library, "gpr_set_log_function"); |
|
|
|
gpr_set_log_function_import = (gpr_set_log_function_type) GetProcAddress(library, "gpr_set_log_function"); |
|
|
|
gpr_assertion_failed_import = (gpr_assertion_failed_type) GetProcAddress(library, "gpr_assertion_failed"); |
|
|
|
|
|
|
|
gpr_format_message_import = (gpr_format_message_type) GetProcAddress(library, "gpr_format_message"); |
|
|
|
gpr_format_message_import = (gpr_format_message_type) GetProcAddress(library, "gpr_format_message"); |
|
|
|
gpr_strdup_import = (gpr_strdup_type) GetProcAddress(library, "gpr_strdup"); |
|
|
|
gpr_strdup_import = (gpr_strdup_type) GetProcAddress(library, "gpr_strdup"); |
|
|
|
gpr_asprintf_import = (gpr_asprintf_type) GetProcAddress(library, "gpr_asprintf"); |
|
|
|
gpr_asprintf_import = (gpr_asprintf_type) GetProcAddress(library, "gpr_asprintf"); |
|
|
|