mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 00:52:08 +01:00
No public description
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41069 from laramiel:laramiel-patch-1 6c14dc354014df55def4e217e1b9bb51c75d0c3b PiperOrigin-RevId: 859328344
This commit is contained in:
committed by
Copybara-Service
parent
0111e45a64
commit
c11767fda5
@@ -31,7 +31,9 @@
|
||||
#elif defined(__GNUC__)
|
||||
#define GRPC_FUNCTION_SIGNATURE __PRETTY_FUNCTION__
|
||||
#else
|
||||
#define GRPC_FUNCTION_SIGNATURE "???()"
|
||||
#define GRPC_FUNCTION_SIGNATURE \
|
||||
"??" \
|
||||
"?()"
|
||||
#endif
|
||||
|
||||
namespace grpc_core {
|
||||
|
||||
Reference in New Issue
Block a user