GitBucket
Toggle navigation
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
kei-n
/
libkc
Browse code
for if
main
1 parent
a2b1bf4
commit
edc0b7aebdbcbd9b0aeb508e726609774ca9031d
Nomura Kei
authored
on 4 Jun 2024
Patch
Unified
Split
Showing
1 changed file
+1
-0
■
■■■■
modules/include/kc_windows.h
Ignore Space
Show notes
View
1
■
■■■■
modules/include/kc_windows.h
// よく利用されるヘッダファイルをインクルードする
#include
<winsock2.h>
#include
<ws2tcpip.h>
#include
<windows.h>
#include
<netioapi.h>
#ifdef
_MSC_VER
#pragma
comment
(
lib
,
"ws2_32.lib"
)
#endif
#else
Show line notes below