We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境: $ gcc --version gcc (GCC) 10.2.0 Copyright (c) 2020 Free Software Foundation, Inc.
$ cat /proc/version CYGWIN_NT-10.0-17763 version 3.2.0-340.x86_64 (corinna@calimero) (gcc version 9.3.0 20200312 (Fedora Cygwin 9.3.0-1) (GCC) ) 2021-03-29 08:42 UTC
建议修改如下 #ifdef PATH_MAX #undef PATH_MAX #endif
The text was updated successfully, but these errors were encountered:
感谢! 编译工具链没那么新 没出现过这个问题 后期修改
Sorry, something went wrong.
No branches or pull requests
环境:
$ gcc --version
gcc (GCC) 10.2.0
Copyright (c) 2020 Free Software Foundation, Inc.
$ cat /proc/version
CYGWIN_NT-10.0-17763 version 3.2.0-340.x86_64 (corinna@calimero) (gcc version 9.3.0 20200312 (Fedora Cygwin 9.3.0-1) (GCC) ) 2021-03-29 08:42 UTC
建议修改如下
#ifdef PATH_MAX
#undef PATH_MAX
#endif
The text was updated successfully, but these errors were encountered: