Skip to content
New issue

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

Support windows mingw #1657

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Support windows mingw #1657

merged 2 commits into from
Nov 20, 2024

Conversation

Yundi339
Copy link

No description provided.

@Barenboim
Copy link
Contributor

你好。非常感谢帮我们优化代码。我看除了mingw的编译,还解决了我们很多windows下的细节和用法问题。

对了,如果你对windows编程熟悉,欢迎一起来搞一下全功能的多平台版,你可以开个独立项目来做,做好了我们把有需求的用户引导过去。Windows因为我们这边没有开发团队了,目前的更新状况确实的很对不起windows用户。

@@ -441,7 +441,7 @@ static void __accept_on_success(struct poller_result *res)
static void __connect_on_success(struct poller_result *res)
{
SOCKET sockfd = (SOCKET)res->data.handle;
ConnectContext *ctx = (ConnectContext *)res->data.context;
//ConnectContext *ctx = (ConnectContext *)res->data.context;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这些代码变化,直接把原来的那行删了就行,不用注释掉了

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK,多余注释已经删除

@Barenboim Barenboim merged commit f272c0e into sogou:windows Nov 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants