Skip to content

Commit 3e745e1

Browse files
committed
Bugfix: Console output bugs for JetBrains IDEs and command not found message rewrite.
1 parent 0bd3cae commit 3e745e1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/header.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
#ifndef NOMINMAX
2121
#define NOMINMAX
2222
#endif
23-
#include <winsock2.h>
2423
#include <windows.h>
25-
#include <ws2tcpip.h>
26-
#include <wininet.h>
27-
#pragma comment(lib, "ws2_32.lib")
24+
// 注意:winsock2.h 在需要网络功能的特定文件中单独包含
2825
#pragma comment(lib, "wininet.lib")
2926
#endif
3027

0 commit comments

Comments
 (0)