Skip to content

Commit

Permalink
Enable GRPC_ERROR_IS_ABSEIL_STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Feb 2, 2022
1 parent cba0311 commit d69ea5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/grpc/impl/codegen/port_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* Defines GRPC_ERROR_IS_ABSEIL_STATUS to use absl::Status for grpc_error_handle
*/
#ifndef GRPC_ERROR_IS_ABSEIL_STATUS
// #define GRPC_ERROR_IS_ABSEIL_STATUS 1
#define GRPC_ERROR_IS_ABSEIL_STATUS 1
#endif

/* Get windows.h included everywhere (we need it) */
Expand Down

0 comments on commit d69ea5f

Please sign in to comment.