|
|
|
@ -253,7 +253,6 @@ gpr_malloc_aligned_type gpr_malloc_aligned_import; |
|
|
|
|
gpr_free_aligned_type gpr_free_aligned_import; |
|
|
|
|
gpr_cpu_num_cores_type gpr_cpu_num_cores_import; |
|
|
|
|
gpr_cpu_current_cpu_type gpr_cpu_current_cpu_import; |
|
|
|
|
gpr_log_severity_string_type gpr_log_severity_string_import; |
|
|
|
|
gpr_log_type gpr_log_import; |
|
|
|
|
gpr_should_log_type gpr_should_log_import; |
|
|
|
|
gpr_log_message_type gpr_log_message_import; |
|
|
|
@ -542,7 +541,6 @@ void grpc_rb_load_imports(HMODULE library) { |
|
|
|
|
gpr_free_aligned_import = (gpr_free_aligned_type) GetProcAddress(library, "gpr_free_aligned"); |
|
|
|
|
gpr_cpu_num_cores_import = (gpr_cpu_num_cores_type) GetProcAddress(library, "gpr_cpu_num_cores"); |
|
|
|
|
gpr_cpu_current_cpu_import = (gpr_cpu_current_cpu_type) GetProcAddress(library, "gpr_cpu_current_cpu"); |
|
|
|
|
gpr_log_severity_string_import = (gpr_log_severity_string_type) GetProcAddress(library, "gpr_log_severity_string"); |
|
|
|
|
gpr_log_import = (gpr_log_type) GetProcAddress(library, "gpr_log"); |
|
|
|
|
gpr_should_log_import = (gpr_should_log_type) GetProcAddress(library, "gpr_should_log"); |
|
|
|
|
gpr_log_message_import = (gpr_log_message_type) GetProcAddress(library, "gpr_log_message"); |
|
|
|
|