sogou / srpc

RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
Apache License 2.0
1.94k stars 383 forks source link

Add the checking of MAXPATHLEN #217

Closed Barenboim closed 2 years ago

holmes1412 commented 2 years ago

要不要考虑改到CMakeLists.txt的target_compile_definitions里边,通过cmake命令增加win下的宏定义

Barenboim commented 2 years ago

要不要考虑改到CMakeLists.txt的target_compile_definitions里边,通过cmake命令增加win下的宏定义

千万不要。