This website requires JavaScript.
Explore
Help
Register
Sign In
h2
/
postnummer-app
Watch
3
Star
0
Fork
0
You've already forked postnummer-app
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d24f0ae010
postnummer-app
/
backend
/
linux.c
12 lines
104 B
C
Raw
Normal View
History
Unescape
Escape
Add support for Windows
2023-02-09 12:37:00 +00:00
#
include
"native.h"
Fix errors on linux
2023-02-09 12:46:06 +00:00
void
init_sockets
(
void
)
Add support for Windows
2023-02-09 12:37:00 +00:00
{
}
void
close_socket
(
int
socket
)
{
close
(
socket
)
;
}
Reference in New Issue
Copy Permalink