aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/log_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/log_win32.h')
-rw-r--r--include/grpc/support/log_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/log_win32.h b/include/grpc/support/log_win32.h
index 3546266976..1470e5b484 100644
--- a/include/grpc/support/log_win32.h
+++ b/include/grpc/support/log_win32.h
@@ -42,7 +42,7 @@ extern "C" {
* formatted error message, corresponding to the error messageid.
* Use in conjunction with GetLastError() et al.
*/
-char *gpr_format_message(int messageid);
+GPR_API char *gpr_format_message(int messageid);
#ifdef __cplusplus
}